arrow-core-data / arrow.core / Validated / toOption
fun toOption(): Option<A>
fun toOption():
Option
<A>
Returns Valid values wrapped in Some, and None for Invalid values
Do you like Arrow?