utils/filter.utils library
Functions
-
and<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T> -
not<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T> -
or<
T> (List< PredicateFn< predicates) → PredicateFn<T> >T>
Typedefs
-
PredicateFn<
T> = bool Function(T value)