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