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.
@API(status=STABLE) @FunctionalInterface public interface TableCellByTypeTransformer
Transformer for single cell. Similar toTableCellTransformerbut additionally it receives expectedTypeof cell.- See Also:
TableCellTransformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecttransform(String cellValue, Type toValueType)Transforms single cell to value of type
-