sippo-sdk / com.quobis.sippo.sipposdk.common / Either / Success / value

value

fun value(): V

Overrides Either.value

Returns the value associated. In case of Failure, value will be null.

val value: V