apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
Optional
/
Present
Present
common
data
class
Present
<
V
>
(
val
value
:
V
)
:
Optional
<
V
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Present
Link copied to clipboard
common
fun
<
V
>
Present
(
value
:
V
)
Content copied to clipboard
Functions
get
Or
Null
Link copied to clipboard
common
fun
getOrNull
(
)
:
V
?
Content copied to clipboard
get
Or
Throw
Link copied to clipboard
common
fun
getOrThrow
(
)
:
V
&
Any
Content copied to clipboard
Properties
value
Link copied to clipboard
common
val
value
:
V
Content copied to clipboard