Trait

polynote.app

App

Related Doc: package app

Permalink

trait App extends Runtime[Clock with System with Blocking with Logging]

Linear Supertypes
Runtime[Clock with System with Blocking with Logging], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. App
  2. Runtime
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Clock with System with Blocking with Logging

    Permalink

Abstract Value Members

  1. abstract def run(args: List[String]): ZIO[Environment, Nothing, Int]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Environment: Environment

    Permalink
    Definition Classes
    App → Runtime
  5. val Platform: Platform

    Permalink
    Definition Classes
    App → Runtime
  6. final def as[R1](r1: R1): Runtime[R1]

    Permalink
    Definition Classes
    Runtime
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def main(args0: Array[String]): Unit

    Permalink
  16. final def map[R1](f: (Clock with System with Blocking with Logging) ⇒ R1): Runtime[R1]

    Permalink
    Definition Classes
    Runtime
  17. final def mapPlatform(f: (Platform) ⇒ Platform): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def reportFailure(cause: Cause[_]): Unit

    Permalink
    Attributes
    protected
  22. implicit val runtime: Runtime[Environment]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def unsafeRun[E, A](zio: ⇒ ZIO[Clock with System with Blocking with Logging, E, A]): A

    Permalink
    Definition Classes
    Runtime
  26. final def unsafeRunAsync[E, A](zio: ⇒ ZIO[Clock with System with Blocking with Logging, E, A])(k: (Exit[E, A]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Runtime
  27. final def unsafeRunAsync_[E, A](zio: ZIO[Clock with System with Blocking with Logging, E, A]): Unit

    Permalink
    Definition Classes
    Runtime
  28. final def unsafeRunSync[E, A](zio: ⇒ ZIO[Clock with System with Blocking with Logging, E, A]): Exit[E, A]

    Permalink
    Definition Classes
    Runtime
  29. final def unsafeRunToFuture[E <: Throwable, A](io: ZIO[Clock with System with Blocking with Logging, E, A]): CancelableFuture[E, A]

    Permalink
    Definition Classes
    Runtime
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def withExecutor(e: Executor): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  34. final def withFatal(f: (Throwable) ⇒ Boolean): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  35. final def withReportFailure(f: (Cause[_]) ⇒ Unit): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  36. final def withReportFatal(f: (Throwable) ⇒ Nothing): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  37. final def withTracing(t: Tracing): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime
  38. final def withTracingConfig(config: TracingConfig): Runtime[Clock with System with Blocking with Logging]

    Permalink
    Definition Classes
    Runtime

Deprecated Value Members

  1. final def const[R1](r1: R1): Runtime[R1]

    Permalink
    Definition Classes
    Runtime
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use as

Inherited from Runtime[Clock with System with Blocking with Logging]

Inherited from AnyRef

Inherited from Any

Ungrouped