where abstract method

F where(
  1. bool predicate(
    1. A a
    )
)

Implementation

F where(bool predicate(A a));