public final class PartialBinding<A> extends Object
| Modifier and Type | Method and Description |
|---|---|
<I> Binding<A> |
call(Class<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
Binding<A> |
call(Route route) |
Binding<A> |
call(org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,? extends Exception> consumer) |
Binding<A> |
call(org.zalando.fauxpas.ThrowingRunnable<? extends Exception> consumer) |
<I> Binding<A> |
call(com.google.common.reflect.TypeToken<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
<B> Binding<A> |
dispatch(Navigator<B> navigator,
Binding<B>... bindings) |
public Binding<A> call(org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,? extends Exception> consumer)
public <I> Binding<A> call(Class<I> type, org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer)
public <I> Binding<A> call(com.google.common.reflect.TypeToken<I> type, org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer)
@SafeVarargs public final <B> Binding<A> dispatch(Navigator<B> navigator, Binding<B>... bindings)
Copyright © 2015–2017 Zalando SE. All rights reserved.