kvision / pl.treksoft.kvision.cordova / Result / Success

Success

(js) class Success<out V : Any> : Result<V, Nothing>

Constructors

(js)

<init>

Success(value: V)

Properties

(js)

value

val value: V

Functions

(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