object unsafe
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- unsafe
- 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
- 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 make[A](initial: A, fork: (A) => A = ZIO.identityFn[A], join: (A, A) => A = ZIO.secondFn[A])(implicit unsafe: Unsafe): WithPatch[A, (A) => A]
- def makeEnvironment[A](initial: ZEnvironment[A])(implicit unsafe: Unsafe): WithPatch[ZEnvironment[A], Patch[A, A]]
- def makeIsFatal[A](initial: IsFatal)(implicit unsafe: Unsafe): WithPatch[IsFatal, Patch]
- def makeMap[A, B, Patch](initial: Map[A, B], differ: Differ[B, Patch])(implicit unsafe: Unsafe): WithPatch[Map[A, B], MapPatch[A, B, Patch]]
- def makePatch[Value0, Patch0](initialValue0: Value0, differ: Differ[Value0, Patch0], fork0: Patch0, join0: (Value0, Value0) => Value0 = ZIO.secondFn[Value0])(implicit unsafe: Unsafe): WithPatch[Value0, Patch0]
- def makeRuntimeFlags(initial: RuntimeFlags)(implicit unsafe: Unsafe): WithPatch[RuntimeFlags, Patch]
- def makeSet[A](initial: Set[A])(implicit unsafe: Unsafe): WithPatch[Set[A], SetPatch[A]]
- def makeSupervisor[A](initial: Supervisor[Any])(implicit unsafe: Unsafe): WithPatch[Supervisor[Any], Patch]
- 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()