ServiceList

scalapb.zio_grpc.ServiceList$
See theServiceList companion class
object ServiceList extends ServiceList[Any]

Attributes

Companion:
class
Graph
Supertypes
class ServiceList[Any]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def add[S1 : ZBindableService](s1: S1): ServiceList[RR]

Adds a service to the service list

Adds a service to the service list

Attributes

Inherited from:
ServiceList

Adds a dependency on a service that will be provided later from the environment or a Layer *

Adds a dependency on a service that will be provided later from the environment or a Layer *

Attributes

Inherited from:
ServiceList
def addZIO[R1, S1 : ZBindableService](s1: ZIO[R1, Throwable, S1]): ServiceList[RR & R1]

Adds an effect that returns a service to the service list

Adds an effect that returns a service to the service list

Attributes

Inherited from:
ServiceList
def provide(layer: ZLayer[Any, Throwable, Any]): ServiceList[Any]

Provides all layers needed by this ServiceList

Provides all layers needed by this ServiceList

Attributes

Inherited from:
ServiceList
def provideEnvironment(r: => ZEnvironment[Any]): ServiceList[Any]

Attributes

Inherited from:
ServiceList
def provideLayer[R1](layer: ZLayer[R1, Throwable, Any]): ServiceList[R1]

Provides layers to this ServiceList which translates it to another layer

Provides layers to this ServiceList which translates it to another layer

Attributes

Inherited from:
ServiceList

Concrete fields

val empty: ServiceList.type

Inherited fields

val bindAll: ZIO[Any, Throwable, List[ServerServiceDefinition]]

Attributes

Inherited from:
ServiceList