Interface CoffeePickParserType

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable

    public interface CoffeePickParserType
    extends java.io.Closeable
    A parser.
    • Method Detail

      • errors

        io.reactivex.rxjava3.core.Observable<ParseError> errors()
        Returns:
        An observable stream of warnings and errors
      • provider

        java.lang.String provider()
        Returns:
        The name of the provider used to construct this parser