repeat
repeat()
Section titled “repeat()”Category: Collection
Repeatedly evaluates a lambda expression until no new unique items are found, preventing infinite loops
Signature
Section titled “Signature”- Return type:
collection - Parameters:
expressionexpression— Lambda expression to repeat recursively
Examples
Section titled “Examples”ValueSet.expansion.repeat(contains)Questionnaire.repeat(item)Bundle.entry.resource.repeat(reference.resolve())