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