filter abstract method

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

Implementation

F filter(bool predicate(A a));