Uses of Interface
nbbrd.io.text.TextParser
Packages that use TextParser
-
Uses of TextParser in nbbrd.io.text
Methods in nbbrd.io.text that return TextParserModifier and TypeMethodDescriptiondefault <V> @NonNull TextParser<V> TextParser.andThen(@NonNull IOFunction<? super T, ? extends V> after) static <T> @NonNull TextParser<T> TextParser.onParsingLines(@NonNull Function<? super Stream<String>, ? extends T> function) static <T> @NonNull TextParser<T> TextParser.onParsingReader(@NonNull IOFunction<? super Reader, ? extends T> function)