OlympeFunctionsdefineInverseRelationVersion: 2.9defineInverseRelation CallabledefineInverseRelation<O, D>(relation: Relation<O, D>): Relation<D, O>Returns a constant object corresponding to the specified relation going to the opposite directionType parametersO: CloudObject<O>D: CloudObject<D>Parametersrelation: Relation<O, D>relation to inverseReturns Relation<D, O>inverse relation
Returns a constant object corresponding to the specified relation going to the opposite direction