trait RefLike[A] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- RefLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete 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 getAndSet: Rxn[A, A]
- final def getAndUpdate(f: (A) => A): Axn[A]
Returns previous value
- final def getAndUpdateWith(f: (A) => Axn[A]): Axn[A]
- 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
- final def modify[B](f: (A) => (A, B)): Axn[B]
- final def modifyWith[B](f: (A) => Axn[(A, B)]): Axn[B]
- 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 set: Rxn[A, Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toCats[F[_]](implicit F: Reactive[F]): cats.effect.kernel.Ref[F, A]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def tryModify[B](f: (A) => (A, B)): Axn[Option[B]]
- final def tryUpdate(f: (A) => A): Axn[Boolean]
Returns
falseiff the update failed - final def update(f: (A) => A): Axn[Unit]
- final def updateAndGet(f: (A) => A): Axn[A]
Returns new value
- final def updateWith(f: (A) => Axn[A]): Axn[Unit]
- 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()