apollo-kdoc
Toggle table of contents
4.2.0
Select version
5.0.0-SNAPSHOT
4.2.0
3.8.2
jvm
Platform filter
jvm
Switch theme
apollo-kdoc
apollo-rx3-support-java
/
com.apollographql.apollo.rx3.java
/
Rx3Apollo
/
single
single
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
single
(
@
NotNull
call
:
ApolloCall
<
T
>
,
@
NotNull
backpressureStrategy
:
BackpressureStrategy
)
:
Single
<
ApolloResponse
<
T
>
>
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
single
(
@
NotNull
call
:
ApolloCall
<
T
>
)
:
Single
<
ApolloResponse
<
T
>
>