apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-api
/
com.apollographql.apollo.api
/
Optional
/
Companion
Companion
object
Companion
Members
Functions
absent
Link copied to clipboard
@
JvmStatic
fun
absent
(
)
:
Optional.Absent
present
Link copied to clipboard
@
JvmStatic
fun
<
V
>
present
(
value
:
V
)
:
Optional.Present
<
V
>
present
If
Not
Null
Link copied to clipboard
@
JvmStatic
fun
<
V
:
Any
>
presentIfNotNull
(
value
:
V
?
)
:
Optional
<
V
>