arrow-core-data / arrow.core / Validated / Invalid
data class Invalid<out E> : Validated<E, Nothing>
data class Invalid<out E> :
Validated
<E,
Nothing
>
Invalid(e: E)
val ~~e~~: E
val value: E
fun toString():
String
Do you like Arrow?