示例#1
0
 public static bool forallUnsafe <R, L>(EitherUnsafe <R, L> either, Func <R, bool> pred) =>
 either.ForAllUnsafe(pred);