See: Description
| Interface | Description |
|---|---|
| Transformable<T> |
Represents transformations to be carried out on a collection.
|
| Class | Description |
|---|---|
| Xform<A> |
An immutable description of operations to be performed (a transformation, transform, or x-form).
|
| Xform.RunList |
A RunList is a list of Operations "compiled" from an Xform.
|
Immutable descriptions of data transformations (Transformable), and a highly efficient single-pass, short-circuiting implementation that carries out those transforms in a single pass (Xform). Also, convenient realization into collections.
Copyright © 2019. All rights reserved.