Packages

trait syntax extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def command(validValues: List[String], withDocumentedChoices: List[String]): Spec[String]
  7. def command(validValues: String*): Spec[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fail[E, T](failure: E)(implicit arg0: CustomParserError[E]): Spec[T]
  11. def flag(description: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[Boolean]): Free[Parameter, Boolean]
  12. def flag(description: String, longName: String, otherLongNames: String*): Free[Parameter, Boolean]
  13. def flag(description: String, shortName: Char, longNames: String*): Free[Parameter, Boolean]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lift[T](description: String, example: T)(f: => T): Spec[T]
  18. def lift[T](description: String, examples: NonEmptyList[T])(f: => T): Spec[T]
  19. def liftEither[E, T](description: String, example: T)(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
  20. def liftEither[E, T](description: String, examples: NonEmptyList[T])(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
  21. def liftTry[T](description: String, example: T)(f: => Try[T]): Spec[T]
  22. def liftTry[T](description: String, examples: NonEmptyList[T])(f: => Try[T]): Spec[T]
  23. def metadata(programName: String, description: String): Spec[Unit]
  24. def metadata(programName: String): Spec[Unit]
  25. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
  26. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
  27. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
  28. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def optional[T](parameter: Spec[T]): Spec[Option[T]]
  33. def parameter[T](description: String, placeholder: String, withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
  34. def parameter[T](description: String, placeholder: String)(implicit arg0: ParameterParser[T]): Spec[T]
  35. def pure[T](value: T): Spec[T]
  36. def repeated[T](parameter: Spec[T]): Spec[List[T]]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped