pairPSecond

fun <A, B, R> pairPSecond(): PLens<Pair<A, B>, Pair<A, R>, B, R>(source)

PLens to focus into the second value of a Pair