Interface ComboBox.ItemFilter<T>

  • All Superinterfaces:
    BiPredicate<T,​String>, Serializable, com.vaadin.flow.function.SerializableBiPredicate<T,​String>
    Enclosing class:
    ComboBox<T>
    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 check ComboBox items against user typed strings.