See: Description
Interface | Description |
---|---|
Continuation |
A Continuation represents a program unit that takes control
when a piece of data is received.
|
Iterable |
Represents anything that supports iteration via yield.
|
Class | Description |
---|---|
AbstractContinuation |
A default implementation of Continuation.
|
Continuator |
This class implements java.util.Iterator using a jfun.util.Iterable.
|
Iterables |
Utility class providing utility functions for Iterable.
|