Package io.cucumber.datatable
Interface TableCellByTypeTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Transformer for single cell. Similar to
TableCellTransformer but
additionally it receives expected Type of cell.- See Also:
-
Method Summary
-
Method Details
-
transform
Transforms single cell to value of type- Parameters:
cellValue- celltoValueType- expected cell type- Returns:
- an instance of type
- Throws:
Throwable- when unable to transform
-