public class GroupMapCollate extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupMapCollate.Mapper<T,R> |
| Constructor and Description |
|---|
GroupMapCollate() |
| Modifier and Type | Method and Description |
|---|---|
static <T,K,R> CompletableFuture<List<R>> |
groupMapCollate(List<T> items,
Function<T,K> grouper,
Function<K,GroupMapCollate.Mapper<T,R>> mappers) |
public static <T,K,R> CompletableFuture<List<R>> groupMapCollate(List<T> items, Function<T,K> grouper, Function<K,GroupMapCollate.Mapper<T,R>> mappers)
Copyright © 2025. All rights reserved.