Package org.dbunit.dataset
Interface TableDecoratorDataSet.TableDecoratorFunction
- Enclosing class:
TableDecoratorDataSet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that decorates a single
ITable.-
Method Summary
-
Method Details
-
apply
Applies this function to the given table.- Parameters:
table- the table to decorate.- Returns:
- the decorated table.
- Throws:
DataSetException- if the table cannot be decorated.
-