Require that the passed in Bool is true, else fail with IllegalArgumentException.
Require that the passed in Bool is true, else fail with IllegalArgumentException.
the Bool to check as requirement
optional clue to be included in IllegalArgumentException's error message when the requirement failed
      
    
      Require that all of the passed in arguments are not null, else fail with NullArgumentException.
Require that all of the passed in arguments are not null, else fail with NullArgumentException.
names of variable passed as appear in source
arguments to check for null value
      
    
      Require that the passed in Bool is true, else fail with IllegalStateException.
Require that the passed in Bool is true, else fail with IllegalStateException.
the Bool to check as requirement
optional clue to be included in IllegalStateException's error message when the requirement failed
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
Helper class used by code generated by the
requiremacro.