diff --git a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-absent/index.html b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-absent/index.html index 91e811efac1..3139e9b6599 100644 --- a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-absent/index.html +++ b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-absent/index.html @@ -74,7 +74,7 @@

Functions

- +

Returns the value if this Optional is Present or null else.

@@ -89,7 +89,7 @@

Functions

- +

Returns the value if this Optional is Present or throws MissingValueException else.

diff --git a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-present/index.html b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-present/index.html index e5cbf5a0ec5..c3eebdda901 100644 --- a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-present/index.html +++ b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/-present/index.html @@ -93,7 +93,7 @@

Functions

-
fun getOrNull(): V?
+
fun getOrNull(): V?

Returns the value if this Optional is Present or null else.

@@ -108,7 +108,7 @@

Functions

-
fun getOrThrow(): V & Any
+
fun getOrThrow(): V

Returns the value if this Optional is Present or throws MissingValueException else.

diff --git a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/get-or-null.html b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/get-or-null.html index 3ddf689d4b3..03f7628f3e9 100644 --- a/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/get-or-null.html +++ b/kdoc/apollo-api/com.apollographql.apollo3.api/-optional/get-or-null.html @@ -58,7 +58,7 @@

getOrNull

-
fun getOrNull(): V?
+
fun getOrNull(): V?

Returns the value if this Optional is Present or null else.

-
fun getOrNull(): V?
+
fun getOrNull(): V?

Returns the value if this Optional is Present or null else.

@@ -138,7 +138,7 @@

Functions

-
fun getOrThrow(): V
+
fun getOrThrow(): V

Returns the value if this Optional is Present or throws MissingValueException else.