Interface SerializableFunction<I,​O>

  • Type Parameters:
    I - the parameter type
    O - 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 is Serializable. In Java 8, this can be replaced with a lambda cast to an intersection type.
    • Method Summary

      • Methods inherited from interface java8.util.function.Function

        apply