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