Package org.infinispan.util.function
Interface SerializableLongBinaryOperator
-
- All Superinterfaces:
LongBinaryOperator,Serializable
public interface SerializableLongBinaryOperator extends Serializable, LongBinaryOperator
This is a functional interface that is the same as aLongBinaryOperatorexcept that it must also beSerializable- Since:
- 9.0
- Author:
- wburns
-
-
Method Summary
-
Methods inherited from interface java.util.function.LongBinaryOperator
applyAsLong
-
-