Uses of Package
org.organicdesign.fp.xform
-
Packages that use org.organicdesign.fp.xform Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces.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). -
Classes in org.organicdesign.fp.xform used by org.organicdesign.fp.collections Class Description Transformable Represents transformations to be carried out on a collection. -
Classes in org.organicdesign.fp.xform used by org.organicdesign.fp.xform Class 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.