ServiceWithZIOPartiallyApplied

zio.managed.ZManaged.ServiceWithZIOPartiallyApplied
final class ServiceWithZIOPartiallyApplied[Service](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[R <: Service, E, A](f: Service => ZIO[R, E, A])(implicit tag: Tag[Service], trace: Trace): ZManaged[R & Service, E, A]