Interface | 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.
|
ThrowingConsumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
ThrowingFunction<T,R> |
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<T> |
Represents a supplier of results.
|
Copyright © 2025. All rights reserved.