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.LongBinaryOperator
This is a functional interface that is the same as aLongBinaryOperator
except that it must also beSerializable
- Since:
- 9.0
- Author:
- wburns