Interface SerializableBiConsumer<T,U>

Type Parameters:
T - the type of the first argument to the operation
U - the type of the second argument to the operation
All Superinterfaces:
BiConsumer<T,U>, Serializable
All Known Subinterfaces:
ItemUpdater<T,V>

public interface SerializableBiConsumer<T,U> extends BiConsumer<T,U>, Serializable
A BiConsumer that is also Serializable.
Since:
1.0
Author:
Vaadin Ltd
See Also: