public class RxJava2SingleEndpointCallExecutableFactory<T,O> extends java.lang.Object implements EndpointCallExecutableDecoratorFactory<io.reactivex.Single<T>,T,O>
| Modifier and Type | Field and Description |
|---|---|
io.reactivex.Scheduler |
scheduler |
| Constructor and Description |
|---|
RxJava2SingleEndpointCallExecutableFactory() |
RxJava2SingleEndpointCallExecutableFactory(io.reactivex.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<io.reactivex.Single<T>,O> |
create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
JavaType |
returnType(EndpointMethod endpointMethod) |
boolean |
supports(EndpointMethod endpointMethod) |
public RxJava2SingleEndpointCallExecutableFactory()
public RxJava2SingleEndpointCallExecutableFactory(io.reactivex.Scheduler scheduler)
public boolean supports(EndpointMethod endpointMethod)
supports in interface EndpointCallExecutableProviderpublic JavaType returnType(EndpointMethod endpointMethod)
returnType in interface EndpointCallExecutableDecoratorFactory<io.reactivex.Single<T>,T,O>public EndpointCallExecutable<io.reactivex.Single<T>,O> create(EndpointMethod endpointMethod, EndpointCallExecutable<T,O> delegate)
create in interface EndpointCallExecutableDecoratorFactory<io.reactivex.Single<T>,T,O>Copyright © 2017. All Rights Reserved.