Class

rapture.cli.New

SimpleParam

Related Doc: package New

Permalink

case class SimpleParam[T](keys: Vector[String])(implicit evidence$1: Extractor[T]) extends Params with scala.Product with Serializable

Self Type
SimpleParam[T]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleParam
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Params
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleParam(keys: Vector[String])(implicit arg0: Extractor[T])

    Permalink

Type Members

  1. type Result = T

    Permalink
    Definition Classes
    SimpleParamParams

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &[B <: Params](b: B)(implicit con: Construct[SimpleParam.this.type, b.type]): ProductParams[And]

    Permalink
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def by[R](fn: (Result) ⇒ R): Handler[SimpleParam.this.type, R]

    Permalink
    Definition Classes
    Params
  7. def check(args: ParamUsage, mode: Mode[_], tabArg: Int, ss: Suggestions): (Result, ParamUsage, Suggestions)

    Permalink
    Definition Classes
    SimpleParamParams
  8. def checkValue: Option[T]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    SimpleParam → Equals → AnyRef → Any
  12. val extractor: Extractor[T]

    Permalink
    Attributes
    protected
  13. def filter(fn: (T) ⇒ Boolean): SimpleParam[T]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    SimpleParam → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val keys: Vector[String]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def of(v: T): SimpleParam[T]

    Permalink
  23. def parse(args: ParamMap, tabArg: Int = 1)(implicit suggestOutput: SuggestionOutput, mode: Mode[Params.parse]): Wrap[Result, ParamException]

    Permalink
    Definition Classes
    Params
  24. def suggest(suggestions: (String) ⇒ Seq[T])(implicit sug: ToSuggestion[T]): SimpleParam[T]

    Permalink
  25. def suggest(suggestions: T*)(implicit sug: ToSuggestion[T]): SimpleParam[T]

    Permalink
  26. def suggestions(s: String): Seq[T]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    SimpleParam → AnyRef → Any
  29. def toSuggestion(t: T): Vector[String]

    Permalink
  30. def unary_~: OptionParams[SimpleParam.this.type]

    Permalink
    Definition Classes
    Params
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def |[B <: Params](b: B)(implicit con: Construct[SimpleParam.this.type, b.type]): CoproductParams[Or]

    Permalink
    Definition Classes
    Params

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from Params

Inherited from AnyRef

Inherited from Any

Ungrouped