where abstract method

$R where(
  1. bool test(
    1. $E
    )
)

Returns a filtered list with only the items the pass test

Implementation

$R where(bool Function($E) test);