object AppMain extends App
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppMain
- App
- DefaultRuntime
- Runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- val Environment: zio.ZEnv
- Definition Classes
- DefaultRuntime → Runtime
- val Platform: Platform
- Definition Classes
- DefaultRuntime → Runtime
- final def as[R1](r1: R1): Runtime[R1]
- Definition Classes
- Runtime
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intLogger: UIO[Log[Int]]
- def intRendered(base: LogMedium[String]): LogMedium[Tagged[Int]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def main(args0: Array[String]): Unit
- Definition Classes
- App
- final def map[R1](f: (zio.ZEnv) => R1): Runtime[R1]
- Definition Classes
- Runtime
- final def mapPlatform(f: (Platform) => Platform): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- 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 run(args: List[String]): ZIO[zio.ZEnv, Nothing, Int]
- Definition Classes
- AppMain → App
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unsafeRun[E, A](zio: => ZIO[zio.ZEnv, E, A]): A
- Definition Classes
- Runtime
- final def unsafeRunAsync[E, A](zio: => ZIO[zio.ZEnv, E, A])(k: (Exit[E, A]) => Unit): Unit
- Definition Classes
- Runtime
- final def unsafeRunAsync_[E, A](zio: ZIO[zio.ZEnv, E, A]): Unit
- Definition Classes
- Runtime
- final def unsafeRunSync[E, A](zio: => ZIO[zio.ZEnv, E, A]): Exit[E, A]
- Definition Classes
- Runtime
- final def unsafeRunToFuture[E <: Throwable, A](io: ZIO[zio.ZEnv, E, A]): CancelableFuture[E, A]
- Definition Classes
- Runtime
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def withExecutor(e: Executor): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- final def withFatal(f: (Throwable) => Boolean): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- final def withReportFailure(f: (Cause[_]) => Unit): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- final def withReportFatal(f: (Throwable) => Nothing): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- final def withTracing(t: Tracing): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
- final def withTracingConfig(config: TracingConfig): Runtime[zio.ZEnv]
- Definition Classes
- Runtime
Deprecated Value Members
- final def const[R1](r1: R1): Runtime[R1]
- Definition Classes
- Runtime
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) use as
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.