示例#1
0
 public static EitherUnsafe <Ret, L> mapUnsafe <R, L, Ret>(EitherUnsafe <R, L> either, Func <R, Ret> mapper) =>
 either.MapUnsafe(mapper);