Uses of Class
de.julielab.jcore.pipeline.builder.cli.util.PrintLine
-
Packages that use PrintLine Package Description de.julielab.jcore.pipeline.builder.cli.util -
-
Uses of PrintLine in de.julielab.jcore.pipeline.builder.cli.util
Methods in de.julielab.jcore.pipeline.builder.cli.util that return PrintLine Modifier and Type Method Description static PrintLineTextIOUtils. createPrintLine(String... input)Converts an array of text and prefix strings intoPrintElementobjects and does the exact same thing asTextIOUtils.createPrintElements(String...)except it returns the result as aPrintLine.Methods in de.julielab.jcore.pipeline.builder.cli.util with parameters of type PrintLine Modifier and Type Method Description static voidTextIOUtils. printLine(PrintLine record, org.beryx.textio.TextIO textIO)Method parameters in de.julielab.jcore.pipeline.builder.cli.util with type arguments of type PrintLine Modifier and Type Method Description static voidTextIOUtils. printLines(Stream<PrintLine> records, org.beryx.textio.TextIO textIO)
-