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
Functionthat isSerializable. In Java 8, this can be replaced with a lambda cast to an intersection type.