Top Methods
io.netty.util

public Interface AsyncMapping<IN, OUT>

Imports
io.netty.util.concurrent.Future, .Promise

Method Summary

Modifier and TypeMethod and Description
public Future<OUT>
map(IN input, Promise<OUT> promise)

Returns the Future that will provide the result of the mapping.

Method Detail

mapback to summary
public Future<OUT> map(IN input, Promise<OUT> promise)

Returns the Future that will provide the result of the mapping. The given Promise will be fulfilled when the result is available.