class Success<out V : Any> : Result<V, Nothing>
(js)
<init> |
Success(value: V) |
(js)
value |
val value: V |
(js)
component1 |
fun component1(): V? |
(js)
equals |
fun equals(other: Any?): Boolean |
(js)
get |
fun get(): V |
(js)
hashCode |
fun hashCode(): Int |
(js)
toString |
fun toString(): String |