Interface SerializableLongFunction<R>
-
- Type Parameters:
R- the return type
- All Superinterfaces:
LongFunction<R>,Serializable
public interface SerializableLongFunction<R> extends LongFunction<R>, Serializable
SerializableLongFunction. Needed due to limitations of intersection types in Java.
-
-
Method Summary
-
Methods inherited from interface java.util.function.LongFunction
apply
-
-