org.erights.e.elang.interp
Interface LoopBody


public interface LoopBody

Untamed: A no-argument, boolean returning function.

Used for the body of loops

Author:
Mark S. Miller
See Also:
Loop

Method Summary
 boolean run()
          Enabled: This method will be repeatedly called until it returns false.
 

Method Detail

run

public boolean run()
Enabled: This method will be repeatedly called until it returns false.



comments?