Uses of Interface
ix.util.Proc1

Packages that use Proc1
ix.icore.process Classes for representing processes. 
 

Uses of Proc1 in ix.icore.process
 

Methods in ix.icore.process with parameters of type Proc1
 void PNode.walk(Proc1<PNode> p)
          Starts a walk at this PNode.
 void PNode.walkChildren(Proc1<PNode> p)
          Walk this PNode's children.