public interface AsyncMapping<IN,OUT>
Future<OUT>
map(IN input, Promise<OUT> promise)
Future
Future<OUT> map(IN input, Promise<OUT> promise)
Promise