| Package | Description |
|---|---|
| org.sellcom.core.util.function |
| Class and Description |
|---|
| ThrowingBiConsumer
Represents an operation that accepts two arguments and returns no result, possibly throwing an exception.
|
| ThrowingBiFunction
Represents a function that accepts two arguments and produces a result, possibly throwing an exception.
|
| ThrowingBiPredicate
Represents a predicate (
boolean-valued function) of two arguments, possibly throwing an exception. |
| ThrowingBooleanSupplier
Represents a supplier of
boolean-valued results, possibly throwing an exception. |
| ThrowingConsumer
Represents an operation that accepts a single argument and returns no result, possibly throwing an exception.
|
| ThrowingDoubleBinaryOperator
Represents an operation on two
double-valued operands, producing a double-valued result, and possibly throwing an exception. |
| ThrowingDoubleConsumer
Represents an operation that accepts a single
double-valued argument and returns no result, possibly throwing an exception. |
| ThrowingDoubleFunction
Represents a function that accepts a
double-valued argument and produces a result, possibly throwing an exception. |
| ThrowingDoublePredicate
Represents a predicate (
boolean-valued function) of one double-valued argument, possibly throwing an exception. |
| ThrowingDoubleSupplier
Represents a supplier of
double-valued results, possibly throwing an exception. |
| ThrowingDoubleToIntFunction
Represents a function that accepts a
double-valued argument and produces an int-valued result, possibly throwing an exception. |
| ThrowingDoubleToLongFunction
Represents a function that accepts a
double-valued argument and produces a long-valued result, possibly throwing an exception. |
| ThrowingDoubleUnaryOperator
Represents an operation on a single
double-valued operand that produces a double-valued result, possibly throwing an exception. |
| ThrowingFunction
Represents a function that accepts a single argument and produces a result, possibly throwing an exception.
|
| ThrowingIntBinaryOperator
Represents an operation on two
int-valued operands, producing an int-valued result, and possibly throwing an exception. |
| ThrowingIntConsumer
Represents an operation that accepts a single
double-valued argument and returns no result, possibly throwing an exception. |
| ThrowingIntFunction
Represents a function that accepts an
int-valued argument and produces a result, possibly throwing an exception. |
| ThrowingIntPredicate
Represents a predicate (
boolean-valued function) of one int-valued argument, possibly throwing an exception. |
| ThrowingIntSupplier
Represents a supplier of
int-valued results, possibly throwing an exception. |
| ThrowingIntToDoubleFunction
Represents a function that accepts an
int-valued argument and produces a double-valued result, possibly throwing an exception. |
| ThrowingIntToLongFunction
Represents a function that accepts an
int-valued argument and produces a long-valued result, possibly throwing an exception. |
| ThrowingIntUnaryOperator
Represents an operation on a single
int-valued operand that produces an int-valued result, possibly throwing an exception. |
| ThrowingLongBinaryOperator
Represents an operation on two
long-valued operands, producing a long-valued result, and possibly throwing an exception. |
| ThrowingLongConsumer
Represents an operation that accepts a single
long-valued argument and returns no result, possibly throwing an exception. |
| ThrowingLongFunction
Represents a function that accepts a
long-valued argument and produces a result, possibly throwing an exception. |
| ThrowingLongPredicate
Represents a predicate (
boolean-valued function) of one long-valued argument, possibly throwing an exception. |
| ThrowingLongSupplier
Represents a supplier of
long-valued results, possibly throwing an exception. |
| ThrowingLongToDoubleFunction
Represents a function that accepts a
long-valued argument and produces a double-valued result, possibly throwing an exception. |
| ThrowingLongToIntFunction
Represents a function that accepts a
long-valued argument and produces an int-valued result, possibly throwing an exception. |
| ThrowingLongUnaryOperator
Represents an operation on a single
long-valued operand that produces a long-valued result, possibly throwing an exception. |
| ThrowingObjDoubleConsumer
Represents an operation that accepts an
object-valued and a double-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingObjIntConsumer
Represents an operation that accepts an
object-valued and an int-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingObjLongConsumer
Represents an operation that accepts an
object-valued and a long-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingPredicate
Represents a predicate (
boolean-valued function) of one argument, possibly throwing an exception. |
| ThrowingRunnable
Represents an operation that accepts no arguments and returns no result, possibly throwing an exception.
|
| ThrowingSupplier
Represents a supplier of results, possibly throwing an exception.
|
| ThrowingToDoubleBiFunction
Represents a function that accepts two arguments and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToDoubleFunction
Represents a function that accepts a single argument and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToIntBiFunction
Represents a function that accepts two arguments and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToIntFunction
Represents a function that accepts a single argument and produces an
int-valued result, possibly throwing an exception. |
| ThrowingToLongBiFunction
Represents a function that accepts two arguments and produces a
long-valued result, possibly throwing an exception. |
| ThrowingToLongFunction
Represents a function that accepts a single argument and produces an
long-valued result, possibly throwing an exception. |
| UncheckedException
Unchecked wrapper of a checked exception.
|