scopt

package scopt

Visibility
  1. Public
  2. All

Type Members

  1. class OptionDef[A, C] extends AnyRef

  2. abstract case class OptionParser[C](programName: String) extends Product with Serializable

    scopt.immutable.OptionParser is instantiated within your object, set up by an (ordered) sequence of invocations of the various builder methods such as opt method or arg method.

  3. trait Read[A] extends AnyRef

  4. trait Zero[A] extends AnyRef

Value Members

  1. object Read

  2. object Validation

  3. object Zero

Ungrouped