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