trait syntax extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def command(validValues: List[String], withDocumentedChoices: List[String]): Spec[String]
- def command(validValues: String*): Spec[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fail[E, T](failure: E)(implicit arg0: CustomParserError[E]): Spec[T]
- def flag(description: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[Boolean]): Free[Parameter, Boolean]
- def flag(description: String, longName: String, otherLongNames: String*): Free[Parameter, Boolean]
- def flag(description: String, shortName: Char, longNames: String*): Free[Parameter, Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[T](description: String, example: T)(f: ⇒ T): Spec[T]
- def lift[T](description: String, examples: NonEmptyList[T])(f: ⇒ T): Spec[T]
- def liftEither[E, T](description: String, example: T)(f: ⇒ Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
- def liftEither[E, T](description: String, examples: NonEmptyList[T])(f: ⇒ Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
- def liftTry[T](description: String, example: T)(f: ⇒ Try[T]): Spec[T]
- def liftTry[T](description: String, examples: NonEmptyList[T])(f: ⇒ Try[T]): Spec[T]
- def metadata(programName: String, description: String): Spec[Unit]
- def metadata(programName: String): Spec[Unit]
- def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
- def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
- def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
- def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optional[T](parameter: Spec[T]): Spec[Option[T]]
- def parameter[T](description: String, placeholder: String, withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
- def parameter[T](description: String, placeholder: String)(implicit arg0: ParameterParser[T]): Spec[T]
- def pure[T](value: T): Spec[T]
- def repeated[T](parameter: Spec[T]): Spec[List[T]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated