Exemplo n.º 1
0
 public static AsyncMaybe <T> WhereAsync <T>(
     this AsyncMaybe <T> source,
     [NotNull] Func <T, Task <bool> > predicate
     ) => source.FilterAsync(predicate);