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