public static Task <bool> forallAsync <L, R>(EitherUnsafe <L, Task <R> > self, Func <R, bool> pred) =>
 self.ForAllAsync(pred);