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