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