示例#1
0
 public static bool biforall <L, R>(Either <L, R> either, Func <R, bool> Right, Func <L, bool> Left) =>
 either.BiForAll(Right, Left);