Package io.netty.util
Interface AsyncMapping<IN,OUT>
-
public interface AsyncMapping<IN,OUT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<OUT>map(IN input, Promise<OUT> promise)Returns theFuturethat will provide the result of the mapping.
-