apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
Optional
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Functions
absent
Link copied to clipboard
common
@
JvmStatic
fun
<
V
>
absent
(
)
:
Optional
<
V
>
Content copied to clipboard
present
Link copied to clipboard
common
@
JvmStatic
fun
<
V
>
present
(
value
:
V
)
:
Optional
<
V
>
Content copied to clipboard
present
If
Not
Null
Link copied to clipboard
common
@
JvmStatic
fun
<
V
:
Any
>
presentIfNotNull
(
value
:
V
?
)
:
Optional
<
V
>
Content copied to clipboard