Present

data class Present<V>(value: V) : Optional<V>

Functions

getOrNull
Link copied to clipboard
common
fun getOrNull(): V?
getOrThrow
Link copied to clipboard
common
fun getOrThrow(): V

Properties

value
Link copied to clipboard
common
val value: V