Interface SerializableFunction<S,​T>

  • Type Parameters:
    S - Java class of source values
    T - Java class of transformed values
    All Superinterfaces:
    java.util.function.Function<S,​T>, java.io.Serializable

    public interface SerializableFunction<S,​T>
    extends java.util.function.Function<S,​T>, java.io.Serializable
    A concrete transform function that applies a transform to values of a certain type.
    • Method Summary

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

        andThen, apply, compose