Package org.apache.beam.sdk.transforms
Interface SerializableBiConsumer<FirstInputT,SecondInputT> 
- Type Parameters:
 FirstInputT- first input value typeSecondInputT- second input value type
- All Superinterfaces:
 BiConsumer<FirstInputT,,SecondInputT> Serializable
public interface SerializableBiConsumer<FirstInputT,SecondInputT> 
extends BiConsumer<FirstInputT,SecondInputT>, Serializable 
A union of the 
BiConsumer and Serializable interfaces.- 
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen