public interface Request<T>
| Modifier and Type | Method and Description |
|---|---|
default <U,V> Request<V> |
combine(Request<? extends U> other,
BiFunction<? super T,? super U,? extends V> fn) |
default <U> Request<T> |
combineIgnoringFirst(Request<U> other) |
default <U> Request<U> |
combineIgnoringSecond(Request<U> other) |
ReplyParser<? extends T> |
parser() |
void |
writeTo(ByteSink sink) |
void writeTo(ByteSink sink)
ReplyParser<? extends T> parser()
default <U,V> Request<V> combine(Request<? extends U> other, BiFunction<? super T,? super U,? extends V> fn)
Copyright © 2016. All rights reserved.