toString

open override fun toString(): String(source)

Returns a string Success(v) if this instance represents success where v is a string representation of the value or a string Failure(x) if it is failure where x is a string representation of the exception.

Since Kotlin

1.3