arrow-optics / arrow.optics.typeclasses / Cons / firstOption
open fun firstOption(): Optional<S, A>
open fun firstOption():
Optional
<S, A>
Provides an Optional between S and its first element A.
Do you like Arrow?