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