Package org.infinispan.util.function
-
Interface Summary Interface Description CloseableSupplier<T> RemovableFunction<T,R> Deprecated. since 9.2.1 this interface is no longer supported as we don't support remove operation on iterators produced from a StreamSerializableBiConsumer<T,U> This is a functional interface that is the same as aBiConsumer
except that it must also beSerializable
SerializableBiFunction<T,U,R> This is a functional interface that is the same as aBiFunction
except that it must also beSerializable
SerializableBinaryOperator<T> This is a functional interface that is the same as aBinaryOperator
except that it must also beSerializable
SerializableCallable<V> This is a functional interface that is the same as aCallable
except that it must also beSerializable
SerializableComparator<T> This is a functional interface that is the same as aComparator
except that it must also beSerializable
SerializableConsumer<T> This is a functional interface that is the same as aConsumer
except that it must also beSerializable
SerializableDoubleBinaryOperator This is a functional interface that is the same as aDoubleBinaryOperator
except that it must also beSerializable
SerializableDoubleConsumer This is a functional interface that is the same as aDoubleConsumer
except that it must also beSerializable
SerializableDoubleFunction<R> This is a functional interface that is the same as aDoubleFunction
except that it must also beSerializable
SerializableDoublePredicate This is a functional interface that is the same as aDoublePredicate
except that it must also beSerializable
SerializableDoubleToIntFunction This is a functional interface that is the same as aDoubleToIntFunction
except that it must also beSerializable
SerializableDoubleToLongFunction This is a functional interface that is the same as aDoubleToLongFunction
except that it must also beSerializable
SerializableDoubleUnaryOperator This is a functional interface that is the same as aDoubleUnaryOperator
except that it must also beSerializable
SerializableFunction<T,R> This is a functional interface that is the same as aFunction
except that it must also beSerializable
SerializableIntBinaryOperator This is a functional interface that is the same as aIntBinaryOperator
except that it must also beSerializable
SerializableIntConsumer This is a functional interface that is the same as aIntConsumer
except that it must also beSerializable
SerializableIntFunction<R> This is a functional interface that is the same as aIntFunction
except that it must also beSerializable
SerializableIntPredicate This is a functional interface that is the same as aIntPredicate
except that it must also beSerializable
SerializableIntToDoubleFunction This is a functional interface that is the same as aIntToDoubleFunction
except that it must also beSerializable
SerializableIntToLongFunction This is a functional interface that is the same as aIntToLongFunction
except that it must also beSerializable
SerializableIntUnaryOperator This is a functional interface that is the same as aIntUnaryOperator
except that it must also beSerializable
SerializableLongBinaryOperator This is a functional interface that is the same as aLongBinaryOperator
except that it must also beSerializable
SerializableLongConsumer This is a functional interface that is the same as aLongConsumer
except that it must also beSerializable
SerializableLongFunction<R> This is a functional interface that is the same as aLongFunction
except that it must also beSerializable
SerializableLongPredicate This is a functional interface that is the same as aLongPredicate
except that it must also beSerializable
SerializableLongToDoubleFunction This is a functional interface that is the same as aLongToDoubleFunction
except that it must also beSerializable
SerializableLongToIntFunction This is a functional interface that is the same as aLongToIntFunction
except that it must also beSerializable
SerializableLongUnaryOperator This is a functional interface that is the same as aLongUnaryOperator
except that it must also beSerializable
SerializableObjDoubleConsumer<T> This is a functional interface that is the same as aObjDoubleConsumer
except that it must also beSerializable
SerializableObjIntConsumer<T> This is a functional interface that is the same as aObjIntConsumer
except that it must also beSerializable
SerializableObjLongConsumer<T> This is a functional interface that is the same as aObjLongConsumer
except that it must also beSerializable
SerializablePredicate<T> This is a functional interface that is the same as aPredicate
except that it must also beSerializable
SerializableRunnable This is a functional interface that is the same as aRunnable
except that it must also beSerializable
SerializableSupplier<T> This is a functional interface that is the same as aSupplier
except that it must also beSerializable
SerializableToDoubleFunction<T> This is a functional interface that is the same as aToDoubleFunction
except that it must also beSerializable
SerializableToIntFunction<T> This is a functional interface that is the same as aToIntFunction
except that it must also beSerializable
SerializableToLongFunction<T> This is a functional interface that is the same as aToLongFunction
except that it must also beSerializable
TriConsumer<T,U,V> Represents an operation that accepts three input arguments and returns no result.