Packages

case class ZioDSL[R](runtime: Runtime[R]) extends syntax with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, syntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioDSL
  2. Serializable
  3. Product
  4. Equals
  5. syntax
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioDSL(runtime: Runtime[R])

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 fail[E, T](failure: E)(implicit arg0: CustomParserError[E]): Spec[T]
    Definition Classes
    syntax
  10. def flag(description: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[Boolean]): Free[Parameter, Boolean]
    Definition Classes
    syntax
  11. def flag(description: String, longName: String, otherLongNames: String*): Free[Parameter, Boolean]
    Definition Classes
    syntax
  12. def flag(description: String, shortName: Char, longNames: String*): Free[Parameter, Boolean]
    Definition Classes
    syntax
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lift[T](description: String, example: T)(f: => T): Spec[T]
    Definition Classes
    syntax
  16. def lift[T](description: String, examples: NonEmptyList[T])(f: => T): Spec[T]
    Definition Classes
    syntax
  17. def liftEither[E, T](description: String, example: T)(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
    Definition Classes
    syntax
  18. def liftEither[E, T](description: String, examples: NonEmptyList[T])(f: => Either[E, T])(implicit arg0: CustomParserError[E]): Spec[T]
    Definition Classes
    syntax
  19. def liftTry[T](description: String, example: T)(f: => Try[T]): Spec[T]
    Definition Classes
    syntax
  20. def liftTry[T](description: String, examples: NonEmptyList[T])(f: => Try[T]): Spec[T]
    Definition Classes
    syntax
  21. def liftURIO[T](description: String, example: T)(f: URIO[R, T]): Spec[T]
  22. def liftURIO[T](description: String, examples: NonEmptyList[T])(f: URIO[R, T]): Spec[T]
  23. def liftZIO[E, T](description: String, example: T)(f: ZIO[R, E, T])(implicit ev: CanFail[E], customParserError: CustomParserError[E]): Spec[T]
  24. def liftZIO[E, T](description: String, examples: NonEmptyList[T])(f: ZIO[R, E, T])(implicit ev: CanFail[E], customParserError: CustomParserError[E]): Spec[T]
  25. def metadata(programName: String, description: String): Spec[Unit]
    Definition Classes
    syntax
  26. def metadata(programName: String): Spec[Unit]
    Definition Classes
    syntax
  27. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  28. def namedParameter[T](description: String, placeholder: String, longName: String, otherLongNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  29. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: List[String], withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  30. def namedParameter[T](description: String, placeholder: String, shortName: Char, longNames: String*)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def optional[T](parameter: Spec[T]): Spec[Option[T]]
    Definition Classes
    syntax
  35. def parameter[T](description: String, placeholder: String, withDocumentedChoices: List[T])(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  36. def parameter[T](description: String, placeholder: String)(implicit arg0: ParameterParser[T]): Spec[T]
    Definition Classes
    syntax
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def pure[T](value: T): Spec[T]
    Definition Classes
    syntax
  39. def repeated[T](parameter: Spec[T]): Spec[List[T]]
    Definition Classes
    syntax
  40. val runtime: Runtime[R]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from syntax

Inherited from AnyRef

Inherited from Any

Ungrouped