StrictIterable::filter

public function filter(
  (function(Tv): bool) $fn,
): Iterable<Tv>;

Parameters

  • (function(Tv): bool) $fn

Returns