Package org.apache.beam.sdk.transforms
Interface SerializableBiFunction<FirstInputT,SecondInputT,OutputT>
- Type Parameters:
FirstInputT
- first input value typeSecondInputT
- second input value typeOutputT
- 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.-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply