Uses of Class
net.hydromatic.morel.util.Folder
-
Packages that use Folder Package Description net.hydromatic.morel.util Utilities. -
-
Uses of Folder in net.hydromatic.morel.util
Subclasses of Folder in net.hydromatic.morel.util Modifier and Type Class Description private static classFolder.End<E>Sub-class ofFolderthat marks the end of a list.Methods in net.hydromatic.morel.util that return Folder Modifier and Type Method Description private static <E> Folder<E>Folder. end(E e)private static Folder<Ast.Exp>Folder. op(Ast.Exp exp, Op at)Creates a folder that combines an expression with whatever follows using an infix operator.Method parameters in net.hydromatic.morel.util with type arguments of type Folder Modifier and Type Method Description private static <E> voidFolder. append(List<Folder<E>> list, E e, Function<E,Folder<E>> fn)Adds an element and operator to a non-empty list.private static <E> voidFolder. append(List<Folder<E>> list, E e, Function<E,Folder<E>> fn)Adds an element and operator to a non-empty list.static voidFolder. at(List<Folder<Ast.Exp>> list, Ast.Exp exp)Appends an element using "@".(package private) abstract EFolder. combine(List<Folder<E>> list)(package private) EFolder.End. combine(List<Folder<E>> list)static <E> EFolder. combineAll(List<Folder<E>> list)static voidFolder. cons(List<Folder<Ast.Exp>> list, Ast.Exp exp)Appends an element using "::".static <E> voidFolder. start(List<Folder<E>> list, E e)Adds an element to an empty list.
-