Uses of Record Class
eu.cloudnetservice.utils.base.column.ColumnEntry
Packages that use ColumnEntry
-
Uses of ColumnEntry in eu.cloudnetservice.utils.base.column
Methods in eu.cloudnetservice.utils.base.column that return ColumnEntryModifier and TypeMethodDescriptionRowedFormatter.convertToColumns(@NonNull Collection<T> input) Converts the given input data into columns to prepare them to be converted into a table.RowedFormatter.convertToColumns(T... input) Converts the given input data into columns to prepare them to be converted into a table.static @NonNull ColumnEntryWraps the given entries into a column entry.Methods in eu.cloudnetservice.utils.base.column with parameters of type ColumnEntryModifier and TypeMethodDescriptionColumnFormatter.formatLines(@NonNull ColumnEntry... entries) Formats the given column entries into a table based on the formatter configuration.