| Constructor and Description |
|---|
TypedCondition(A attribute,
com.google.common.reflect.TypeToken<I> type) |
| Modifier and Type | Method and Description |
|---|---|
Binding<A> |
call(EntityConsumer<I> consumer) |
Binding<A> |
call(ResponseEntityConsumer<I> consumer) |
Binding<A> |
capture() |
Capturer<A> |
map(EntityFunction<I,?> function) |
<T> Capturer<A> |
map(EntityFunction<I,T> function,
Class<T> mappedType) |
<T> Capturer<A> |
map(EntityFunction<I,T> function,
com.google.common.reflect.TypeToken<T> mappedType) |
Capturer<A> |
map(ResponseEntityFunction<I,?> function) |
<T> Capturer<A> |
map(ResponseEntityFunction<I,T> function,
Class<T> mappedType) |
<T> Capturer<A> |
map(ResponseEntityFunction<I,T> function,
com.google.common.reflect.TypeToken<T> mappedType) |
public Binding<A> call(EntityConsumer<I> consumer)
public Binding<A> call(ResponseEntityConsumer<I> consumer)
public Capturer<A> map(EntityFunction<I,?> function)
public <T> Capturer<A> map(EntityFunction<I,T> function, Class<T> mappedType)
public <T> Capturer<A> map(EntityFunction<I,T> function, com.google.common.reflect.TypeToken<T> mappedType)
public Capturer<A> map(ResponseEntityFunction<I,?> function)
public <T> Capturer<A> map(ResponseEntityFunction<I,T> function, Class<T> mappedType)
public <T> Capturer<A> map(ResponseEntityFunction<I,T> function, com.google.common.reflect.TypeToken<T> mappedType)
Copyright © 2015 Zalando SE. All rights reserved.