T - the target type@API(status=STABLE) @FunctionalInterface public interface TableRowTransformer<T>
T.| Modifier and Type | Method and Description |
|---|---|
T |
transform(List<String> row)
Transforms a single table row to an instance of
T. |
Copyright © 2019. All rights reserved.