Package | Description |
---|---|
de.larssh.utils |
Utility classes
|
de.larssh.utils.function |
Utilities for lambda expressions
|
Class and Description |
---|
DoubleToDoubleFunction
Represents a function that accepts an double-valued argument and produces an
double-valued result.
|
IntToIntFunction
Represents a function that accepts an int-valued argument and produces an
int-valued result.
|
LongToLongFunction
Represents a function that accepts an long-valued argument and produces an
long-valued result.
|
Class and Description |
---|
ThrowingConsumer
Represents an operation that accepts a single input argument and returns no
result.
|
ThrowingFunction
Represents a function that accepts one argument and produces a result.
|
ThrowingRunnable
Represents a classes, that are intended to be executed by a thread.
|
ThrowingSupplier
Represents a supplier of results.
|
Copyright © 2025. All rights reserved.