- Type Parameters:
E
- left object for the link
F
- the link object
G
- right object for the link
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface LinkNavigator<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & LinkobjectInterface<F,E,G>,G extends DataObject<G> & UniqueidentifiedInterface<G>>
A method allowing to navigate a link. It starts from the left object, and
returns a series of two data objects with the link and right object
- Author:
- Open Lowcode
SAS