object Server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Service extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def fromManaged(zm: Managed[Throwable, Service]): ZLayer[Any, Throwable, Has[Has[Service]]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def live[S0, S1, S2](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], arg1: zio.Tag[S1], arg2: zio.Tag[S2], b0: ZBindableService[Any, S0], b1: ZBindableService[Any, S1], b2: ZBindableService[Any, S2]): ZLayer[Has[S0] with Has[S1] with Has[S2], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.fromServiceList(ServiceList.access[S0].access[S1].access[S2])

  2. def live[S0, S1](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], arg1: zio.Tag[S1], b0: ZBindableService[Any, S0], b1: ZBindableService[Any, S1]): ZLayer[Has[S0] with Has[S1], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.fromServiceList(ServiceList.access[S0].access[S1])

  3. def live[S0](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], b0: ZBindableService[Any, S0]): ZLayer[Has[S0], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.access

  4. def zlive[R0, S0, R1, S1, R2, S2](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], arg1: zio.Tag[S1], arg2: zio.Tag[S2], b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1], b2: ZBindableService[R2, S2]): ZLayer[R0 with R1 with R2 with Has[S0] with Has[S1] with Has[S2], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.fromServices

  5. def zlive[R0, S0, R1, S1](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], arg1: zio.Tag[S1], b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1]): ZLayer[R0 with R1 with Has[S0] with Has[S1], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.fromServices

  6. def zlive[R0, S0](builder: => ServerBuilder[_])(implicit arg0: zio.Tag[S0], b0: ZBindableService[R0, S0]): ZLayer[R0 with Has[S0], Nothing, Server]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ServerLayer.fromService

  7. def zmanaged[R0, S0, R1, S1, R2, S2](builder: => ServerBuilder[_], s0: S0, s1: S1, s2: S2)(implicit b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1], b2: ZBindableService[R2, S2]): ZManaged[R0 with R1 with R2, Throwable, Service]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ManagedServer.fromServices

  8. def zmanaged[R0, S0, R1, S1](builder: => ServerBuilder[_], s0: S0, s1: S1)(implicit b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1]): ZManaged[R0 with R1, Throwable, Service]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ManagedServer.fromServices

  9. def zmanaged[S0, R0](builder: => ServerBuilder[_], s0: S0)(implicit b0: ZBindableService[R0, S0]): ZManaged[R0, Throwable, Service]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ManagedServer.fromService

  10. def zmanaged[R](builder: => ServerBuilder[_], services: URIO[R, List[ServerServiceDefinition]]): ZManaged[R, Throwable, Service]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ManagedServer.fromServiceList

  11. def zmanaged(builder: => ServerBuilder[_]): Managed[Throwable, Service]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) Use ManagedServer.fromBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped