Uses of Class
net.hydromatic.morel.util.Folder
Packages that use Folder
-
Uses of Folder in net.hydromatic.morel.util
Subclasses of Folder in net.hydromatic.morel.utilModifier and TypeClassDescriptionprivate static classFolder.End<E>Sub-class ofFolderthat marks the end of a list.Methods in net.hydromatic.morel.util that return FolderModifier and TypeMethodDescriptionprivate static <E> Folder<E> Folder.end(E e) 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 FolderModifier and TypeMethodDescriptionprivate static <E> voidAdds an element and operator to a non-empty list.private static <E> voidAdds an element and operator to a non-empty list.static voidAppends an element using "@".(package private) abstract E(package private) Estatic <E> EFolder.combineAll(List<Folder<E>> list) static voidAppends an element using "::".static <E> voidAdds an element to an empty list.