Esempio n. 1
0
 public static Task <bool> Any <T>(this IEnumerableAsync <T> input)
 {
     return(input.Any(_ => true));
 }