Exemple #1
0
 public static bool Any <T>(this PageOf <T> page, Func <T, bool> predicate) => page.Safe().Items.SafeAny(predicate);
Exemple #2
0
 public static bool Any <T>(this PageOf <T> page) => page.Safe().Items.SafeAny();