Uses of Class
org.organicdesign.fp.xform.Xform.RunList
-
Packages that use Xform.RunList 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). -
-
Uses of Xform.RunList in org.organicdesign.fp.xform
Methods in org.organicdesign.fp.xform that return Xform.RunList Modifier and Type Method Description static Xform.RunListXform.RunList. of(Xform.RunList prv, java.lang.Iterable src)protected abstract Xform.RunListXform. toRunList()Methods in org.organicdesign.fp.xform with parameters of type Xform.RunList Modifier and Type Method Description static Xform.RunListXform.RunList. of(Xform.RunList prv, java.lang.Iterable src)
-