CloseableSupplier<T> |
|
SerializableBiConsumer<T,U> |
This is a functional interface that is the same as a BiConsumer except that it must also be
Serializable
|
SerializableBiFunction<T,U,R> |
This is a functional interface that is the same as a BiFunction except that it must also be
Serializable
|
SerializableBinaryOperator<T> |
This is a functional interface that is the same as a BinaryOperator except that it must also be
Serializable
|
SerializableCallable<V> |
This is a functional interface that is the same as a Callable except that it must also be
Serializable
|
SerializableComparator<T> |
This is a functional interface that is the same as a Comparator except that it must also be
Serializable
|
SerializableConsumer<T> |
This is a functional interface that is the same as a Consumer except that it must also be
Serializable
|
SerializableDoubleBinaryOperator |
This is a functional interface that is the same as a DoubleBinaryOperator except that it must also be
Serializable
|
SerializableDoubleConsumer |
This is a functional interface that is the same as a DoubleConsumer except that it must also be
Serializable
|
SerializableDoubleFunction<R> |
This is a functional interface that is the same as a DoubleFunction except that it must also be
Serializable
|
SerializableDoublePredicate |
This is a functional interface that is the same as a DoublePredicate except that it must also be
Serializable
|
SerializableDoubleToIntFunction |
This is a functional interface that is the same as a DoubleToIntFunction except that it must also be
Serializable
|
SerializableDoubleToLongFunction |
This is a functional interface that is the same as a DoubleToLongFunction except that it must also be
Serializable
|
SerializableDoubleUnaryOperator |
This is a functional interface that is the same as a DoubleUnaryOperator except that it must also be
Serializable
|
SerializableFunction<T,R> |
This is a functional interface that is the same as a Function except that it must also be
Serializable
|
SerializableIntBinaryOperator |
This is a functional interface that is the same as a IntBinaryOperator except that it must also be
Serializable
|
SerializableIntConsumer |
This is a functional interface that is the same as a IntConsumer except that it must also be
Serializable
|
SerializableIntFunction<R> |
This is a functional interface that is the same as a IntFunction except that it must also be
Serializable
|
SerializableIntPredicate |
This is a functional interface that is the same as a IntPredicate except that it must also be
Serializable
|
SerializableIntToDoubleFunction |
This is a functional interface that is the same as a IntToDoubleFunction except that it must also be
Serializable
|
SerializableIntToLongFunction |
This is a functional interface that is the same as a IntToLongFunction except that it must also be
Serializable
|
SerializableIntUnaryOperator |
This is a functional interface that is the same as a IntUnaryOperator except that it must also be
Serializable
|
SerializableLongBinaryOperator |
This is a functional interface that is the same as a LongBinaryOperator except that it must also be
Serializable
|
SerializableLongConsumer |
This is a functional interface that is the same as a LongConsumer except that it must also be
Serializable
|
SerializableLongFunction<R> |
This is a functional interface that is the same as a LongFunction except that it must also be
Serializable
|
SerializableLongPredicate |
This is a functional interface that is the same as a LongPredicate except that it must also be
Serializable
|
SerializableLongToDoubleFunction |
This is a functional interface that is the same as a LongToDoubleFunction except that it must also be
Serializable
|
SerializableLongToIntFunction |
This is a functional interface that is the same as a LongToIntFunction except that it must also be
Serializable
|
SerializableLongUnaryOperator |
This is a functional interface that is the same as a LongUnaryOperator except that it must also be
Serializable
|
SerializableObjDoubleConsumer<T> |
This is a functional interface that is the same as a ObjDoubleConsumer except that it must also be
Serializable
|
SerializableObjIntConsumer<T> |
This is a functional interface that is the same as a ObjIntConsumer except that it must also be
Serializable
|
SerializableObjLongConsumer<T> |
This is a functional interface that is the same as a ObjLongConsumer except that it must also be
Serializable
|
SerializablePredicate<T> |
This is a functional interface that is the same as a Predicate except that it must also be
Serializable
|
SerializableRunnable |
This is a functional interface that is the same as a Runnable except that it must also be
Serializable
|
SerializableSupplier<T> |
This is a functional interface that is the same as a Supplier except that it must also be
Serializable
|
SerializableToDoubleFunction<T> |
This is a functional interface that is the same as a ToDoubleFunction except that it must also be
Serializable
|
SerializableToIntFunction<T> |
This is a functional interface that is the same as a ToIntFunction except that it must also be
Serializable
|
SerializableToLongFunction<T> |
This is a functional interface that is the same as a ToLongFunction except that it must also be
Serializable
|
TriConsumer<T,U,V> |
Represents an operation that accepts three input arguments and returns no
result.
|