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 protected abstract @NotNull Xform.RunListXform. toRunList()
-