EnvironmentWithZIOPartiallyApplied

final class EnvironmentWithZIOPartiallyApplied[Env](dummy: Boolean) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[Env1 <: Env, OutErr, OutDone](f: ZEnvironment[Env] => ZIO[Env1, OutErr, OutDone])(implicit trace: Trace): ZChannel[Env1, Any, Any, Any, OutErr, Nothing, OutDone]