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