Exemplo n.º 1
0
 public static Task <bool> forall <A>(OptionAsync <A> ma, Func <A, bool> pred) =>
 ma.ForAll(pred);