-
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 theFuture
that will provide the result of the mapping.
-