get

abstract fun get(): T(source)

Returns the value of this provider if it has a value present, otherwise throws java.lang.IllegalStateException.

Return

the current value of this provider.

Throws

if there is no value present