apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin
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
>