Packages

object syntax extends syntax

Linear Supertypes
syntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. syntax
  3. AnyRef
  4. 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]
    Definition Classes
    syntax
  7. def command(validValues: String*): Spec[String]
    Definition Classes
    syntax
  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]
    Definition Classes
    syntax
  11. def flag(description: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[Boolean]): Free[Parameter, Boolean]
    Definition Classes
    syntax
  12. def flag(description: String, longName: String, otherLongNames: String*): Free[Parameter, Boolean]
    Definition Classes
    syntax
  13. def flag(description: String, shortName: Char, longNames: String*): Free[Parameter, Boolean]
    Definition Classes
    syntax
  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]
    Definition Classes
    syntax
  18. def lift[T](description: String, examples: NonEmptyList[T])(f: => T): Spec[T]
    Definition Classes
    syntax
  19. def liftEither[E, T](description: String, example: T)(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
    Definition Classes
    syntax
  20. def liftEither[E, T](description: String, examples: NonEmptyList[T])(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
    Definition Classes
    syntax
  21. def liftTry[T](description: String, example: T)(f: => Try[T]): Spec[T]
    Definition Classes
    syntax
  22. def liftTry[T](description: String, examples: NonEmptyList[T])(f: => Try[T]): Spec[T]
    Definition Classes
    syntax
  23. def metadata(programName: String, description: String): Spec[Unit]
    Definition Classes
    syntax
  24. def metadata(programName: String): Spec[Unit]
    Definition Classes
    syntax
  25. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  26. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  27. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  28. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  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]]
    Definition Classes
    syntax
  33. def parameter[T](description: String, placeholder: String, withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  34. def parameter[T](description: String, placeholder: String)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  35. def pure[T](value: T): Spec[T]
    Definition Classes
    syntax
  36. def repeated[T](parameter: Spec[T]): Spec[List[T]]
    Definition Classes
    syntax
  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 syntax

Inherited from AnyRef

Inherited from Any

Ungrouped