Ejemplo n.º 1
0
 public static Either <Ret, R> mapLeft <L, R, Ret>(Either <L, R> either, Func <L, Ret> mapper) =>
 either.MapLeft(mapper);