Package

freecli.config

parser

Permalink

package parser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AdditionalArgumentsFound(args: Seq[String]) extends ConfigParsingError with Product with Serializable

    Permalink
  2. case class ArgumentErrors(errors: NonEmptyList[ArgumentParsingError]) extends ConfigParsingError with Product with Serializable

    Permalink
  3. sealed trait ConfigParsingError extends AnyRef

    Permalink
  4. type ConfigParsingErrors = NonEmptyList[ConfigParsingError]

    Permalink
  5. case class OptionAndArgumentErrors(optionErrors: NonEmptyList[ArgumentParsingError], argumentErrors: NonEmptyList[OptionParsingError]) extends ConfigParsingError with Product with Serializable

    Permalink
  6. case class OptionErrors(errors: NonEmptyList[OptionParsingError]) extends ConfigParsingError with Product with Serializable

    Permalink
  7. type ParseResult[A] = CliParser[Action, NonEmptyList[ConfigParsingError], A]

    Permalink
  8. trait ParserOps extends AnyRef

    Permalink

Value Members

  1. object ConfigParserInterpreter extends ~>[Algebra, ParseResult]

    Permalink
  2. object ConfigParsingError

    Permalink
  3. object ops extends ParserOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped