arrow-optics / arrow.optics / arrow.core.Option / some
fun <A> Option.Companion.~~some~~(): Prism<Option<A>, A> Deprecated: Use the some function exposed in the Prism’ companion object
fun <A> Option.Companion.~~some~~():
Prism
<Option<A>, A>
Prism to focus into an arrow.core.Some
Do you like Arrow?