arrow-core-data / arrow.core / Validated / toList
fun toList(): List<A>
fun toList():
List
<A>
Convert this value to a single element List if it is Valid, otherwise return an empty List
Do you like Arrow?