| Package | Description |
|---|---|
| org.organicdesign.fp.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).
|
| Modifier and Type | Method and Description |
|---|---|
static Xform.RunList |
Xform.RunList.of(Xform.RunList prv,
Iterable src) |
protected abstract Xform.RunList |
Xform.toRunList() |
| Modifier and Type | Method and Description |
|---|---|
static Xform.RunList |
Xform.RunList.of(Xform.RunList prv,
Iterable src) |
Copyright © 2019. All rights reserved.