Exemplo n.º 1
0
 public static Task <bool> biexists <A>(OptionAsync <A> ma, Func <A, bool> Some, Func <bool> None) =>
 ma.BiExists(Some, None);