Uses of Interface
nbbrd.io.text.TextFormatter
Packages that use TextFormatter
-
Uses of TextFormatter in nbbrd.io.text
Methods in nbbrd.io.text that return TextFormatterModifier and TypeMethodDescriptiondefault <V> @NonNull TextFormatter<V> TextFormatter.compose(@NonNull IOFunction<? super V, ? extends T> before) static <T> @NonNull TextFormatter<T> TextFormatter.onFormattingWriter(@NonNull IOBiConsumer<? super T, ? super Writer> function)