Example #1
0
 public static Stream <T> Filter <T>(this Stream <T> s, Func <T, bool> predicate) => s.FilterImpl(predicate);