You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/apollo-api/api/apollo-api.klib.api
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1322,7 +1322,11 @@ sealed class <#A: out kotlin/Any?> com.apollographql.apollo.api/Optional { // co
1322
1322
final fun toString(): kotlin/String // com.apollographql.apollo.api/Optional.Present.toString|toString(){}[0]
1323
1323
}
1324
1324
1325
-
final object Absent : com.apollographql.apollo.api/Optional<kotlin/Nothing> // com.apollographql.apollo.api/Optional.Absent|null[0]
1325
+
final object Absent : com.apollographql.apollo.api/Optional<kotlin/Nothing> { // com.apollographql.apollo.api/Optional.Absent|null[0]
1326
+
final fun equals(kotlin/Any?): kotlin/Boolean // com.apollographql.apollo.api/Optional.Absent.equals|equals(kotlin.Any?){}[0]
1327
+
final fun hashCode(): kotlin/Int // com.apollographql.apollo.api/Optional.Absent.hashCode|hashCode(){}[0]
1328
+
final fun toString(): kotlin/String // com.apollographql.apollo.api/Optional.Absent.toString|toString(){}[0]
1329
+
}
1326
1330
1327
1331
final object Companion { // com.apollographql.apollo.api/Optional.Companion|null[0]
1328
1332
final fun <#A2: kotlin/Any> presentIfNotNull(#A2?): com.apollographql.apollo.api/Optional<#A2> // com.apollographql.apollo.api/Optional.Companion.presentIfNotNull|presentIfNotNull(0:0?){0§<kotlin.Any>}[0]
0 commit comments