final
class
TrackingFiberRef[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
val
get: UIO[A]
-
def
getAndSet(a: A): UIO[A]
-
def
getAndUpdate(f: (A) ⇒ A): UIO[A]
-
def
getAndUpdateSome(pf: PartialFunction[A, A]): UIO[A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
locally[R, E, B](value: A)(use: ZIO[R, E, B]): ZIO[R, E, B]
-
def
modify[B](f: (A) ⇒ (B, A)): UIO[B]
-
def
modifySome[B](default: B)(pf: PartialFunction[A, (B, A)]): UIO[B]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(f: (A) ⇒ A): UIO[Unit]
-
def
updateAndGet(f: (A) ⇒ A): UIO[A]
-
def
updateLocally[R, E, B](f: (A) ⇒ A)(use: ZIO[R, E, B]): ZIO[R, E, B]
-
-
def
updateSomeAndGet(pf: PartialFunction[A, A]): UIO[A]
-
def
updateSomeLocally[R, E, B](pf: PartialFunction[A, A])(use: ZIO[R, E, B]): ZIO[R, E, B]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit