second

inline fun <T1, T2> Either.Companion.second(t1: T1): Either<T1, T2>

Return

New instance of EitherSecond