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