second

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

Return

New instance of EitherSecond