StrictKeyedIterable::filterWithKey

public function filterWithKey(
  (function(Tk, Tv): bool) $fn,
): KeyedIterable<Tk, Tv>;

Parameters

  • (function(Tk, Tv): bool) $fn

Returns