E
- the input object for the navigationF
- the output object for the navigation@FunctionalInterface
public interface ObjectNavigator<E extends DataObject<E>,F extends DataObject<F>>
Modifier and Type | Method and Description |
---|---|
F[] |
navigate(E object)
executes the navigation at the time of calculation of the formula
|