Interface HasCollectionElementFilter<T>

    • Method Detail

      • setCollectionElementFilter

        void setCollectionElementFilter​(com.vaadin.flow.function.SerializablePredicate<T> collectionElementFilter)
        Sets a value filter. Only items matching the filter will be included in the generated value.
        Parameters:
        collectionElementFilter - Value filter to use.
      • getCollectionElementFilter

        com.vaadin.flow.function.SerializablePredicate<T> getCollectionElementFilter()
        Returns current value filter. All items in the value will pass this filter.
        Returns:
        A non-null filter.