Example #1
0
 public static Stream <T> Gate <T>(this Stream <T> s, Behavior <bool> b) => s.GateImpl(b);
Example #2
0
 public static Stream <T> Gate <T>(this Stream <T> s, Cell <bool> c) => s.GateImpl(c);