object Main extends ZIOAppDefault
Type Members
- type Environment = Any
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val bootstrap: ZLayer[ZIOAppArgs with Scope, Any, Any]
- def clone(): AnyRef
- val environmentTag: zio.EnvironmentTag[Any]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
- def finalize(): Unit
- final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
- final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
- final def isInstanceOf[T0]: Boolean
- final def main(args0: Array[String]): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val run: ZIO[Any, Throwable, Unit]
- def runSelector(options: List[(DependencyWithLocation, UpdateOptions)]): ZIO[DependencyUpdater with TUI, Throwable, Unit]
- def runtime: Runtime[Any]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from ZIOAppDefault
Value Members
- val bootstrap: ZLayer[ZIOAppArgs with Scope, Any, Any]
- val environmentTag: zio.EnvironmentTag[Any]
Inherited from ZIOApp
Value Members
- final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp
- final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
- final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
- def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
- final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
- def runtime: Runtime[Any]
Inherited from ZIOAppVersionSpecific
Value Members
- implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
Inherited from ZIOAppPlatformSpecific
Value Members
- final def main(args0: Array[String]): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val bootstrap: ZLayer[ZIOAppArgs with Scope, Any, Any]
- def clone(): AnyRef
- val environmentTag: zio.EnvironmentTag[Any]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
- def finalize(): Unit
- final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
- final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
- final def isInstanceOf[T0]: Boolean
- final def main(args0: Array[String]): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val run: ZIO[Any, Throwable, Unit]
- def runSelector(options: List[(DependencyWithLocation, UpdateOptions)]): ZIO[DependencyUpdater with TUI, Throwable, Unit]
- def runtime: Runtime[Any]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit