public interface AsyncMapping<IN,OUT>
-
Method Summary
Returns the
Future that will provide the result of the mapping.
-
Method Details
-
map
Returns the
Future that will provide the result of the mapping. The given
Promise will
be fulfilled when the result is available.