Packages

c

zio.lambda

ZLambda

abstract class ZLambda[E, A] extends ZIOAppDefault

Self Type
ZLambda[E, A]
Linear Supertypes
ZIOAppDefault, ZIOApp, ZIOAppVersionSpecific, ZIOAppPlatformSpecific, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZLambda
  2. ZIOAppDefault
  3. ZIOApp
  4. ZIOAppVersionSpecific
  5. ZIOAppPlatformSpecific
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZLambda()(implicit arg0: JsonDecoder[E], arg1: JsonEncoder[A])

Type Members

  1. type Environment = Any
    Definition Classes
    ZIOAppDefault → ZIOApp

Abstract Value Members

  1. abstract def apply(event: E, context: Context): Task[A]

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. def applyJson(json: String, context: Context): Task[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bootstrap: ZLayer[ZIOAppArgs, Any, Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val environmentTag: zio.EnvironmentTag[Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
    Definition Classes
    ZIOApp
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  18. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
    Definition Classes
    ZIOApp
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def run: ZIO[Any, Throwable, Unit]
    Definition Classes
    ZLambda → ZIOApp
  25. def runtime: Runtime[Any]
    Definition Classes
    ZIOApp
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ZIOAppDefault

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped