Package org.infinispan.util.function
Interface SerializableBinaryOperator<T>
-
- All Superinterfaces:
java.util.function.BiFunction<T,T,T>,java.util.function.BinaryOperator<T>,java.io.Serializable
public interface SerializableBinaryOperator<T> extends java.io.Serializable, java.util.function.BinaryOperator<T>This is a functional interface that is the same as aBinaryOperatorexcept that it must also beSerializable- Since:
- 9.0
- Author:
- wburns