FilterPredicate

source
type FilterPredicate<R> =
  | UnaryPredicate<R>
  | ScalarPredicate<R>
  | ListPredicate<R>
  | CompoundPredicate<R>;