T - the target type@API(status=STABLE) @FunctionalInterface public interface TableEntryTransformer<T>
T
A table entry consists of the cells of a row paired with the header cells.
| Modifier and Type | Method and Description |
|---|---|
T |
transform(Map<String,String> entry)
Transforms a table entry to in instance of
T. |
Copyright © 2019. All rights reserved.