Class FormulaEvaluatorUtil.AssociationToManyHelper<S extends IModelObject,​T extends IModelObject>

  • Type Parameters:
    S - the type of the source objects
    T - the type of the association targets
    Enclosing class:
    FormulaEvaluatorUtil

    public abstract static class FormulaEvaluatorUtil.AssociationToManyHelper<S extends IModelObject,​T extends IModelObject>
    extends java.lang.Object
    Helper class for navigating 1-to-many associations from a list of source objects of type <S> to target objects of type <T>.