public interface AsyncMapping<IN,OUT>
Modifier and Type | Method and Description |
---|---|
Future<OUT> |
map(IN input,
Promise<OUT> promise)
Returns the
Future that will provide the result of the mapping. |
Copyright © 2008–2017 The Netty Project. All rights reserved.