Module MaterialFX

Class BooleanFilter<T>

java.lang.Object
io.github.palexdev.materialfx.filter.base.AbstractFilter<T,Boolean>
io.github.palexdev.materialfx.filter.BooleanFilter<T>

public class BooleanFilter<T> extends AbstractFilter<T,Boolean>
Extension of AbstractFilter for boolean fields.

Offers the following default BiPredicateBeans:

- "is": checks for booleans equality

- "is not": checks for booleans inequality