arrow-optics / arrow.optics / PPrism / pSome
@JvmStatic fun <A, B> pSome(): PPrism<Option<A>, Option<B>, A, B>
@JvmStatic fun <A, B> pSome():
PPrism
<Option<A>, Option<B>, A, B>
PPrism to focus into an arrow.core.Some
Do you like Arrow?