Esempio n. 1
0
 public static ValueTask <bool> forallAsync <A>(ValueTask <A> self, Func <A, ValueTask <bool> > pred) =>
 self.ForAllAsync(pred);