Interface WhileLoop

All Superinterfaces:
Loop
All Known Implementing Classes:
WhileLoopImpl

public interface WhileLoop extends Loop
A while loop statement.
  • Method Summary

    Modifier and Type
    Method
    Description
    The block is executed until the condition evaluates to false.

    Methods inherited from interface io.quarkus.gizmo.Loop

    doBreak, doContinue
  • Method Details

    • block

      The block is executed until the condition evaluates to false.
      Specified by:
      block in interface Loop
      Returns:
      the while block