Uses of Class
eu.cloudnetservice.utils.base.column.RowedFormatter.Builder
Packages that use RowedFormatter.Builder
-
Uses of RowedFormatter.Builder in eu.cloudnetservice.utils.base.column
Methods in eu.cloudnetservice.utils.base.column that return RowedFormatter.BuilderModifier and TypeMethodDescriptionstatic <T> @NonNull RowedFormatter.Builder<T> RowedFormatter.builder()Constructs a new builder for a rowed formatter.Sets the extractor function for the next column.Sets the extractor functions for all columns.RowedFormatter.Builder.defaultFormatter(@NonNull ColumnFormatter defaultFormatter) Sets the default formatter for the columns.