letRight

inline fun <T, V, NV> Pair<T, V>.letRight(block: (V) -> NV): Pair<T, NV>(source)

Applies block on right part of pair.