apollo-kdoc
Toggle table of contents
4.2.0
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-api
/
com.apollographql.apollo.api
/
Optional
/
getOrThrow
get
Or
Throw
fun
getOrThrow
(
)
:
V
Returns the value if this
Optional
is
Present
or throws
MissingValueException
else.