java.util.function.See: Description
| Interface | Description |
|---|---|
| UBiConsumer<T,U> |
A functional interface for handling checked exceptions.
|
| UBiFunction<T,U,R> |
A functional interface for handling checked exceptions.
|
| UBinaryOperator<T> |
A functional interface for handling checked exceptions.
|
| UBiPredicate<T,U> |
A functional interface for handling checked exceptions.
|
| UBooleanSupplier |
A functional interface for handling checked exceptions.
|
| UConsumer<T> |
A functional interface for handling checked exceptions.
|
| UDoubleBinaryOperator |
A functional interface for handling checked exceptions.
|
| UDoubleConsumer |
A functional interface for handling checked exceptions.
|
| UDoubleFunction<R> |
A functional interface for handling checked exceptions.
|
| UDoublePredicate |
A functional interface for handling checked exceptions.
|
| UDoubleSupplier |
A functional interface for handling checked exceptions.
|
| UDoubleToIntFunction |
A functional interface for handling checked exceptions.
|
| UDoubleToLongFunction |
A functional interface for handling checked exceptions.
|
| UDoubleUnaryOperator |
A functional interface for handling checked exceptions.
|
| UFunction<T,R> |
A functional interface for handling checked exceptions.
|
| UIntBinaryOperator |
A functional interface for handling checked exceptions.
|
| UIntConsumer |
A functional interface for handling checked exceptions.
|
| UIntFunction<R> |
A functional interface for handling checked exceptions.
|
| UIntPredicate |
A functional interface for handling checked exceptions.
|
| UIntSupplier |
A functional interface for handling checked exceptions.
|
| UIntToDoubleFunction |
A functional interface for handling checked exceptions.
|
| UIntToLongFunction |
A functional interface for handling checked exceptions.
|
| UIntUnaryOperator |
A functional interface for handling checked exceptions.
|
| ULongBinaryOperator |
A functional interface for handling checked exceptions.
|
| ULongConsumer |
A functional interface for handling checked exceptions.
|
| ULongFunction<R> |
A functional interface for handling checked exceptions.
|
| ULongPredicate |
A functional interface for handling checked exceptions.
|
| ULongSupplier |
A functional interface for handling checked exceptions.
|
| ULongToDoubleFunction |
A functional interface for handling checked exceptions.
|
| ULongToIntFunction |
A functional interface for handling checked exceptions.
|
| ULongUnaryOperator |
A functional interface for handling checked exceptions.
|
| UObjDoubleConsumer<T> |
A functional interface for handling checked exceptions.
|
| UObjIntConsumer<T> |
A functional interface for handling checked exceptions.
|
| UObjLongConsumer<T> |
A functional interface for handling checked exceptions.
|
| UPredicate<T> |
A functional interface for handling checked exceptions.
|
| USupplier<T> |
A functional interface for handling checked exceptions.
|
| UToDoubleBiFunction<T,U> |
A functional interface for handling checked exceptions.
|
| UToDoubleFunction<T> |
A functional interface for handling checked exceptions.
|
| UToIntBiFunction<T,U> |
A functional interface for handling checked exceptions.
|
| UToIntFunction<T> |
A functional interface for handling checked exceptions.
|
| UToLongBiFunction<T,U> |
A functional interface for handling checked exceptions.
|
| UToLongFunction<T> |
A functional interface for handling checked exceptions.
|
| UUnaryOperator<T> |
A functional interface for handling checked exceptions.
|
java.util.function.