apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
Input
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Functions
absent
Link copied to clipboard
common
@
JvmStatic
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
<
V
>
absent
(
)
:
Optional.Absent
Content copied to clipboard
from
Nullable
Link copied to clipboard
common
@
JvmStatic
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
<
V
>
fromNullable
(
value
:
V
)
:
Optional
<
V
>
Content copied to clipboard
optional
Link copied to clipboard
common
@
JvmStatic
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_0_0
)
fun
<
V
>
optional
(
value
:
V
)
:
Optional
<
V
>
Content copied to clipboard