| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<M,T> |
EndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<Headers,java.lang.Void> |
HeadersEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<EndpointResponse<java.lang.Void>,java.lang.Void> executable) |
EndpointCallExecutable<EndpointCall<T>,O> |
EndpointCallObjectExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<M,O> |
EndpointCallExecutableDecoratorFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
<M,T> EndpointCallExecutable<M,T> |
EndpointCallExecutables.of(EndpointMethod endpointMethod) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<Headers,java.lang.Void> |
HeadersEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<EndpointResponse<java.lang.Void>,java.lang.Void> executable) |
EndpointCallExecutable<EndpointCall<T>,O> |
EndpointCallObjectExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<M,O> |
EndpointCallExecutableDecoratorFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<AsyncEndpointCall<T>,O> |
AsyncEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
AsyncCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<AsyncEndpointCall<T>,O> |
AsyncEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
AsyncCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<com.google.common.base.Optional<T>,T> |
OptionalEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<com.google.common.util.concurrent.ListenableFuture<T>,O> |
ListenableFutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
ListenableFutureCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<com.google.common.util.concurrent.ListenableFutureTask<T>,O> |
ListenableFutureTaskEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<com.google.common.util.concurrent.ListenableFuture<T>,O> |
ListenableFutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
ListenableFutureCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<com.google.common.util.concurrent.ListenableFutureTask<T>,O> |
ListenableFutureTaskEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<java.util.Optional<T>,T> |
OptionalEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<java.lang.Runnable,java.lang.Void> |
RunnableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> |
CollectionEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<java.lang.Iterable<T>,java.util.Collection<T>> |
IterableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.Iterator<T>,java.util.Collection<T>> |
IteratorEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.Enumeration<T>,java.util.Collection<T>> |
EnumerationEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.ListIterator<T>,java.util.List<T>> |
ListIteratorEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.List<T>,java.util.List<T>> delegate) |
EndpointCallExecutable<java.util.concurrent.FutureTask<T>,O> |
FutureTaskEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.CompletableFuture<T>,O> |
CompletableFutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.Callable<T>,O> |
CallableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.Future<T>,O> |
FutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
CompletableFutureCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<java.lang.Iterable<T>,java.util.Collection<T>> |
IterableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.Iterator<T>,java.util.Collection<T>> |
IteratorEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.Enumeration<T>,java.util.Collection<T>> |
EnumerationEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.Collection<T>,java.util.Collection<T>> delegate) |
EndpointCallExecutable<java.util.ListIterator<T>,java.util.List<T>> |
ListIteratorEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<java.util.List<T>,java.util.List<T>> delegate) |
EndpointCallExecutable<java.util.concurrent.FutureTask<T>,O> |
FutureTaskEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.CompletableFuture<T>,O> |
CompletableFutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.Callable<T>,O> |
CallableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.util.concurrent.Future<T>,O> |
FutureEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
EndpointCallExecutable<java.lang.Void,O> |
CompletableFutureCallbackEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> executable) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<rx.Completable,java.lang.Void> |
RxJavaCompletableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<rx.Single<T>,O> |
RxJavaSingleEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<rx.Observable<T>,O> |
RxJavaObservableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<rx.Single<T>,O> |
RxJavaSingleEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<rx.Observable<T>,O> |
RxJavaObservableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<io.reactivex.Completable,java.lang.Void> |
RxJava2CompletableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod) |
EndpointCallExecutable<io.reactivex.Observable<T>,O> |
RxJava2ObservableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Maybe<T>,O> |
RxJava2MaybeEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Flowable<T>,O> |
RxJava2FlowableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Single<T>,O> |
RxJava2SingleEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<io.reactivex.Observable<T>,O> |
RxJava2ObservableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Maybe<T>,O> |
RxJava2MaybeEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Flowable<T>,O> |
RxJava2FlowableEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
EndpointCallExecutable<io.reactivex.Single<T>,O> |
RxJava2SingleEndpointCallExecutableFactory.create(EndpointMethod endpointMethod,
EndpointCallExecutable<T,O> delegate) |
Copyright © 2017. All Rights Reserved.