ServiceWithZIOPartiallyApplied

final class ServiceWithZIOPartiallyApplied[Service](dummy: Boolean) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[R <: Service, E, Z](f: Service => ZIO[R, E, Z])(implicit tag: Tag[Service], trace: Trace): ZSink[R & Service, E, Any, Nothing, Z]