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