Package | Description |
---|---|
gololang |
Provides the top-level Golo support classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Range<T>
Represents a generic value range.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyList
Represents a lazy list object.
|
class |
Tuple
Represents an tuple object.
|
Modifier and Type | Method and Description |
---|---|
HeadTail<E> |
HeadTail.tail()
Get the tail of the structure.
|
Modifier and Type | Method and Description |
---|---|
static <E> java.lang.Iterable<E> |
HeadTail.toIterable(HeadTail<E> headTail)
Util method to wrap a
HeadTail instance into an Iterable |