static Cl> cForwardAndBackRefsWithFieldIndicator(Concept c, Class type) { ret concatLists_conservative( mapPairsB(cForwardRefsWithFieldNames(c, type), f -> FieldIndicator(f, true)), mapPairsB(findBackRefsWithFieldNames(c, type), f -> FieldIndicator(f, false))); } static Cl> nuLike cForwardAndBackRefsWithFieldIndicator(Class type, Concept c) { ret cForwardAndBackRefsWithFieldIndicator(c, type); }