UsingPartiallyApplied

zio.ZIO$.UsingPartiallyApplied
final class UsingPartiallyApplied[R](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[R1, E, A, B](resource: ZIO[R & Scope, E, A])(use: A => ZIO[R1, E, B])(implicit trace: Trace): ZIO[R & R1, E, B]