Package | Description |
---|---|
jfun.util.yield |
Provides a simple framework that supports the Ruby-style yield.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContinuation
A default implementation of Continuation.
|
Modifier and Type | Method and Description |
---|---|
void |
Iterable.iterate(Continuation y)
Iterate through all the elements, call y.yield(elem) for each element.
|