final class ProvideSomeLayer[R0, R, E, T] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProvideSomeLayer
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[E1 >: E, R1](layer: ⇒ ZLayer[R0, OperatorFailure[E1], R1])(implicit ev1: <:<[R0 with R1, R], tagged: zio.EnvironmentTag[R1], trace: Trace): Operator[R0, E1, T]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any