Packages

p

glngn

server

package server

Linear Supertypes

Type Members

  1. type AppEnvironment = Blocking with Clock with Logging with Random with System with ServerConfig with InjectorProvider
  2. type AppIO[+E, +A] = ZIO[AppEnvironment, E, A]
  3. type AppRuntime = Runtime[AppEnvironment]
  4. type AppTask[+A] = ZIO[AppEnvironment, Throwable, A]
  5. type AppUIO[+A] = ZIO[AppEnvironment, Nothing, A]

Inherited from AnyRef

Inherited from Any

Ungrouped