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