Interface ComboBox.ItemFilter<T>
-
- All Superinterfaces:
BiPredicate<T,String>,Serializable,com.vaadin.flow.function.SerializableBiPredicate<T,String>
- 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 static interface ComboBox.ItemFilter<T> extends com.vaadin.flow.function.SerializableBiPredicate<T,String>
Predicate to checkComboBoxitems against user typed strings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T item, String filterText)-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-