Interface ControlFlow


  • public interface ControlFlow
    Utility functions related to control-flow.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void exit()
      Return from the function.
      static void exit​(java.lang.Object returnValue)
      Return from the function with the given return value.
    • Method Detail

      • exit

        static void exit()
        Return from the function.
      • exit

        static void exit​(java.lang.Object returnValue)
        Return from the function with the given return value.
        Parameters:
        returnValue -