ServiceWithZIOPartiallyApplied

zio.stream.ZStream$.ServiceWithZIOPartiallyApplied
final class ServiceWithZIOPartiallyApplied[Service](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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