private static class TransformerUtil.ListResultUnwrapper<T> extends java.lang.Object implements java.util.function.Function<java.util.List<GetResult<T>>,java.util.List<T>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Function<GetResult<T>,T> |
resultUnwrapper |
| Constructor and Description |
|---|
ListResultUnwrapper(java.util.function.Function<GetResult<T>,T> resultUnwrapper) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
apply(java.util.List<GetResult<T>> input) |
Copyright © 2020 Spotify AB. All Rights Reserved.