public interface TupleResultTransformer<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
transformList(List<T> collection) |
T |
transformTuple(Object[] tuple,
String[] aliases) |
Copyright © 2019 Streamx. All rights reserved.