Interface SerializableBiFunction<FirstInputT,​SecondInputT,​OutputT>

  • Type Parameters:
    FirstInputT - first input value type
    SecondInputT - second input value type
    OutputT - output value type
    All Superinterfaces:
    java.util.function.BiFunction<FirstInputT,​SecondInputT,​OutputT>, java.io.Serializable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SerializableBiFunction<FirstInputT,​SecondInputT,​OutputT>
    extends java.util.function.BiFunction<FirstInputT,​SecondInputT,​OutputT>, java.io.Serializable
    A union of the BiFunction and Serializable interfaces.
    • Method Summary

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

        andThen, apply