toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-rx2-support-java
/
com.apollographql.apollo.rx2.java
/
Rx2Apollo
Rx2Apollo
open
class
Rx2Apollo
Members
Constructors
Rx2Apollo
Link copied to clipboard
constructor
(
)
Functions
flowable
Link copied to clipboard
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
flowable
(
@
NotNull
call
:
ApolloCall
<
T
>
)
:
Flowable
<
ApolloResponse
<
T
>
>
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
flowable
(
@
NotNull
call
:
ApolloCall
<
T
>
,
@
NotNull
backpressureStrategy
:
BackpressureStrategy
)
:
Flowable
<
ApolloResponse
<
T
>
>
single
Link copied to clipboard
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
single
(
@
NotNull
call
:
ApolloCall
<
T
>
)
:
Single
<
ApolloResponse
<
T
>
>
@
NotNull
@
CheckReturnValue
open
fun
<
T
:
Operation.Data
?
>
single
(
@
NotNull
call
:
ApolloCall
<
T
>
,
@
NotNull
backpressureStrategy
:
BackpressureStrategy
)
:
Single
<
ApolloResponse
<
T
>
>