Interface SerializableFunction<I,O>
-
- Type Parameters:
I
- the parameter typeO
- the return type
- All Superinterfaces:
java8.util.function.Function<I,O>
,Serializable
public interface SerializableFunction<I,O> extends java8.util.function.Function<I,O>, Serializable
Function
that isSerializable
. In Java 8, this can be replaced with a lambda cast to an intersection type.