Esempio n. 1
0
 public static bool biexists <L, R>(EitherUnsafe <L, R> either, Func <R, bool> Right, Func <L, bool> Left) =>
 either.BiExists(Right, Left);