Interface AsyncMapping<IN,​OUT>


  • public interface AsyncMapping<IN,​OUT>
    • Method Detail

      • map

        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.