| Interface | Description |
|---|---|
| GoloAdapter |
Marker interface for Golo adapters.
|
| HeadTail<E> |
Structure having a head and a tail.
|
| Observable.Function | |
| Observable.Observer | |
| Observable.Predicate | |
| Range<T> |
Represents a generic value range.
|
| Class | Description |
|---|---|
| AdapterFabric |
An adapter fabric can provide instance makers of adapter objects defined at runtime.
|
| AdapterFabric.Maker |
An adapter maker can produce instances of Golo adapter objects.
|
| DynamicObject |
A dynamic object is an object whose properties can be dynamically added, changed and removed.
|
| DynamicVariable |
A dynamic variable has the semantics of an inheritable thread-local reference.
|
| EvaluationEnvironment |
An evaluation environment offers facilities for dynamic code compilation, loading and execution from Golo code as
strings.
|
| FunctionReference |
A reference to a function / closure.
|
| GoloStruct |
Base class for Golo structure objects.
|
| HeadTailIterator<T> |
Wraps a
Headtail into an iterator |
| LazyList |
Represents a lazy list object.
|
| Messages |
Functions to display various localized messages.
|
| Observable |
Models a thread-safe observable variable.
|
| Predefined |
Predefined provides the module of predefined functions in Golo. |
| TemplateEngine |
A simple template engine that turns text templates into Golo functions.
|
| Tuple |
Represents an tuple object.
|
| Union |
Base class for Golo union objects.
|
| Unknown |
A singleton class that is equals to any object.
|