Package org.infinispan.util.function
package org.infinispan.util.function
-
ClassDescriptionThis is a functional interface that is the same as a
BiConsumer
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
This is a functional interface that is the same as aBinaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aCallable
except that it must also beSerializable
This is a functional interface that is the same as aComparator
except that it must also beSerializable
This is a functional interface that is the same as aConsumer
except that it must also beSerializable
This is a functional interface that is the same as aDoubleBinaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aDoubleConsumer
except that it must also beSerializable
This is a functional interface that is the same as aDoubleFunction
except that it must also beSerializable
This is a functional interface that is the same as aDoublePredicate
except that it must also beSerializable
This is a functional interface that is the same as aDoubleToIntFunction
except that it must also beSerializable
This is a functional interface that is the same as aDoubleToLongFunction
except that it must also beSerializable
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
This is a functional interface that is the same as aIntBinaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aIntConsumer
except that it must also beSerializable
This is a functional interface that is the same as aIntFunction
except that it must also beSerializable
This is a functional interface that is the same as aIntPredicate
except that it must also beSerializable
This is a functional interface that is the same as aIntToDoubleFunction
except that it must also beSerializable
This is a functional interface that is the same as aIntToLongFunction
except that it must also beSerializable
This is a functional interface that is the same as aIntUnaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aLongBinaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aLongConsumer
except that it must also beSerializable
This is a functional interface that is the same as aLongFunction
except that it must also beSerializable
This is a functional interface that is the same as aLongPredicate
except that it must also beSerializable
This is a functional interface that is the same as aLongToDoubleFunction
except that it must also beSerializable
This is a functional interface that is the same as aLongToIntFunction
except that it must also beSerializable
This is a functional interface that is the same as aLongUnaryOperator
except that it must also beSerializable
This is a functional interface that is the same as aObjDoubleConsumer
except that it must also beSerializable
This is a functional interface that is the same as aObjIntConsumer
except that it must also beSerializable
This is a functional interface that is the same as aObjLongConsumer
except that it must also beSerializable
This is a functional interface that is the same as aPredicate
except that it must also beSerializable
This is a functional interface that is the same as aRunnable
except that it must also beSerializable
This is a functional interface that is the same as aSupplier
except that it must also beSerializable
This is a functional interface that is the same as aToDoubleFunction
except that it must also beSerializable
This is a functional interface that is the same as aToIntFunction
except that it must also beSerializable
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.TriPredicate<T,U, V> Represents a predicate (boolean-valued function) of three arguments.