Uses of Interface
jfun.util.yield.Continuation

Packages that use Continuation
jfun.util.yield Provides a simple framework that supports the Ruby-style yield. 
 

Uses of Continuation in jfun.util.yield
 

Classes in jfun.util.yield that implement Continuation
 class AbstractContinuation
          A default implementation of Continuation.
 

Methods in jfun.util.yield with parameters of type Continuation
 void Iterable.iterate(Continuation y)
          Iterate through all the elements, call y.yield(elem) for each element.