Uses of Interface
de.grogra.xl.lang.DisposableIterator
-
Uses of DisposableIterator in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic DisposableIterator
Library.apply
(int count) This finish iterator (see the XL Language Specification) is used in afor
-statement to execute its bodycount
times.static DisposableIterator
Library.applyUntilFinished()
This finish iterator (see the XL Language Specification) is used in afor
-statement to execute its body as long as the body makes modifications to the graph.static DisposableIterator
Library.interpretiveRules()