| Package | Description |
|---|---|
| org.organicdesign.fp |
A data definition language, and other tools for writing functional Java.
|
| org.organicdesign.fp.collections |
Type-safe versions of the immutable Clojure collections, plus unmodifiable and immutable
collection interfaces that extend the java.util collections, deprecating the mutate-in-place
methods (Unmod____) and adding methods that return a new, immutable, modified version of the
collection (Im____).
|
| 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).
|
| Class and Description |
|---|
| Transformable
Represents transformations to be carried out on a collection.
|
| Class and Description |
|---|
| Transformable
Represents transformations to be carried out on a collection.
|
| Class and Description |
|---|
| Transformable
Represents transformations to be carried out on a collection.
|
| Xform
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.
|
Copyright © 2017. All rights reserved.