Package org.infinispan.util.function
Interface SerializableLongBinaryOperator
-
- All Superinterfaces:
java.util.function.LongBinaryOperator,java.io.Serializable
public interface SerializableLongBinaryOperator extends java.io.Serializable, java.util.function.LongBinaryOperatorThis is a functional interface that is the same as aLongBinaryOperatorexcept that it must also beSerializable- Since:
- 9.0
- Author:
- wburns