Interface SerializableBiFunction<FirstInputT,SecondInputT,OutputT>

Type Parameters:
FirstInputT - first input value type
SecondInputT - second input value type
OutputT - output value type
All Superinterfaces:
BiFunction<FirstInputT,SecondInputT,OutputT>, Serializable
All Known Implementing Classes:
TextMessageMapper
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 BiFunction<FirstInputT,SecondInputT,OutputT>, Serializable
A union of the BiFunction and Serializable interfaces.