Package com.vaadin.flow.function
Interface SerializableBiConsumer<T,U>
- Type Parameters:
T- the type of the first argument to the operationU- the type of the second argument to the operation
- All Superinterfaces:
BiConsumer<T,,U> Serializable
- All Known Subinterfaces:
ItemUpdater<T,V>
A
BiConsumer that is also Serializable.- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen