t

zio.cli

ZIOCliDefault

trait ZIOCliDefault extends ZIOCli with ZIOAppDefault

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZIOCliDefault
  2. ZIOAppDefault
  3. ZIOCli
  4. ZIOApp
  5. ZIOAppVersionSpecific
  6. ZIOAppPlatformSpecific
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Any
    Definition Classes
    ZIOAppDefault → ZIOApp

Abstract Value Members

  1. abstract def cliApp: CliApp[ZIOAppArgs with Scope, Any, Any]
    Definition Classes
    ZIOCli

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bootstrap: ZLayer[ZIOAppArgs, Any, Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. val environmentTag: zio.EnvironmentTag[Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
    Definition Classes
    ZIOApp
  12. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  16. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
    Definition Classes
    ZIOApp
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def run: ZIO[ZIOAppArgs with Scope, Any, Any]
    Definition Classes
    ZIOCli → ZIOApp
  23. def runtime: Runtime[Any]
    Definition Classes
    ZIOApp
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from ZIOAppDefault

Inherited from ZIOCli

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped