- Type Parameters:
T - the type of the input to the function
- All Superinterfaces:
- java.io.Serializable, java.util.function.ToLongFunction<T>
- All Known Subinterfaces:
- SerializableToLongFunction1<T>, SerializableToLongFunction2<T>, SerializableToLongFunction3<T>, SerializableToLongFunction4<T>, SerializableToLongFunction5<T>, SerializableToLongFunction6<T>, SerializableToLongFunction7<T>, SerializableToLongFunction8<T>, SerializableToLongFunction9<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SerializableToLongFunction<T>
extends java.io.Serializable, java.util.function.ToLongFunction<T>
The Interface SerializableToLongFunction.
- See Also:
ToLongFunction