Package dev.hilla.crud.filter
Class OrFilter
java.lang.Object
dev.hilla.crud.filter.Filter
dev.hilla.crud.filter.OrFilter
A filter that requires at least one of its children to pass.
Custom filter implementations need to handle this filter by running all child filters and verifying that at least one of them passes.
-
Constructor Summary
Constructors -
Method Summary