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