示例#1
0
 public static R failureUnsafe <R, L>(EitherUnsafe <R, L> either, Func <R> None) =>
 either.FailureUnsafe(None);
 public static R failureUnsafe <R, L>(EitherUnsafe <R, L> either, R noneValue) =>
 either.FailureUnsafe(noneValue);