object ZEnv
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZEnv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapAll(mapClock: (Service[Any]) => Service[Any] = identity, mapConsole: (Service[Any]) => Service[Any] = identity, mapSystem: (Service[Any]) => Service[Any] = identity, mapRandom: (Service[Any]) => Service[Any] = identity): (zio.ZEnv) => zio.ZEnv
Map all components of a ZEnv individually.
- def mapClock(f: (Service[Any]) => Service[Any]): (zio.ZEnv) => zio.ZEnv
Map the clock.Clock.Service component of a ZEnv, keeping all other services the same.
Map the clock.Clock.Service component of a ZEnv, keeping all other services the same.
Use this with ZIO#provideSome for maximum effect.
clock.sleep(1.second).provideSome(ZEnv.mapClock(oldClock => ???))
- def mapConsole(f: (Service[Any]) => Service[Any]): (zio.ZEnv) => zio.ZEnv
Map the console.Console.Service component of a ZEnv, keeping all other services the same.
- def mapRandom(f: (Service[Any]) => Service[Any]): (zio.ZEnv) => zio.ZEnv
Map the random.Random.Service component of a ZEnv, keeping all other services the same.
- def mapSystem(f: (Service[Any]) => Service[Any]): (zio.ZEnv) => zio.ZEnv
Map the system.System.Service component of a ZEnv, keeping all other services the same.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()