Package | Description |
---|---|
gololang |
Provides the top-level Golo support classes.
|
Modifier and Type | Field and Description |
---|---|
static LazyList |
LazyList.EMPTY
Represents the empty list.
|
Modifier and Type | Method and Description |
---|---|
static LazyList |
LazyList.cons(java.lang.Object head,
FunctionReference tail)
Create a new list from the head and tail values.
|
LazyList |
LazyList.tail()
Gets the rest of the list (its tail).
|