public static interface GroupMapCollate.Mapper<T,R>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<R>> |
map(List<T> items)
Map
items into a List of results type R. |
CompletableFuture<List<R>> map(List<T> items)
items into a List of results type R.items - the items to map.Copyright © 2025. All rights reserved.