com.vaadin.flow.function.

Interface SerializableBiPredicate<T,U>

Type Parameters:

T - the type of the first input to the predicate

U - the type of the second input to the predicate

All Superinterfaces:

BiPredicate<T,U>, Serializable

All Known Subinterfaces:

ComboBox.ItemFilter<T>, RequiredFieldConfigurator

public interface SerializableBiPredicate<T,U> extends BiPredicate<T,U>, Serializable

A BiPredicate that is also Serializable.

Since:

1.0

Author:

Vaadin Ltd