Interface AsyncGroupMapCollate.Mapper<T,R>
- Enclosing class:
- AsyncGroupMapCollate
public static interface AsyncGroupMapCollate.Mapper<T,R>
-
Method Summary
-
Method Details
-
map
Mapitemsinto a List of results typeR.- Parameters:
items- the items to map.- Returns:
- a CompletableFuture containing the List of results.
-