Package io.quarkus.gizmo
Interface ForEachLoop
- All Superinterfaces:
Loop
- All Known Implementing Classes:
ForEachLoopImpl
A for-each construct.
-
Method Summary
Methods inherited from interface io.quarkus.gizmo.Loop
doBreak, doContinue
-
Method Details
-
element
ResultHandle element()- Returns:
- the current element
-
block
BytecodeCreator block()The block is executed for each element.
-