Package | Description |
---|---|
jfun.util.yield |
Provides a simple framework that supports the Ruby-style yield.
|
Modifier and Type | Method and Description |
---|---|
static Iterable |
Iterables.fromIterator(java.util.Iterator it)
Transforms an Iterator object to an Iterable object.
|
static Iterable |
Iterables.seq(Iterable[] arr)
Create a new Iterable object that sequentially iterates through
the Iterable objects in an array.
|
static Iterable |
Iterables.seq(Iterable it1,
Iterable it2)
Create a new Iterable object that sequentially iterates through
the given two Iterable object.
|
Modifier and Type | Method and Description |
---|---|
static Iterable |
Iterables.seq(Iterable[] arr)
Create a new Iterable object that sequentially iterates through
the Iterable objects in an array.
|
static Iterable |
Iterables.seq(Iterable it1,
Iterable it2)
Create a new Iterable object that sequentially iterates through
the given two Iterable object.
|
Constructor and Description |
---|
Continuator(Iterable it)
Creates a Continuator object.
|