filter abstract method

Option<R> filter(
  1. bool f(
    1. R r
    )
)

Implementation

Option<R> filter(bool Function(R r) f);