toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
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
>