E
- parent data objectF
- class of the value to extract@FunctionalInterface
public static interface ReportTree.ValueExtractor<E extends DataObject<E>,F>
Modifier and Type | Method and Description |
---|---|
F |
extract(E dataobject)
extracts the data from the given data object
|