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