toEither

inline fun <L> toEither(ifEmpty: () -> L): Either<L, A>(source)