component2

inline operator fun <F, S> Pair<F, S>.component2(): S(source)
inline operator fun <L, R> Either<L, R>.component2(): Optional<R>(source)