trait RefFactory extends AnyRef
RefFactory
is responsible for creating concrete Ref
instances.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RefFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def newRef[A](v0: A)(implicit arg0: ClassTag[A]): Ref[A]
T
will not be one of the primitive types (for which anewRef
specialization exists). - abstract def newRef(v0: Unit): Ref[Unit]
- abstract def newRef(v0: Double): Ref[Double]
- abstract def newRef(v0: Long): Ref[Long]
- abstract def newRef(v0: Float): Ref[Float]
- abstract def newRef(v0: Int): Ref[Int]
- abstract def newRef(v0: Char): Ref[Char]
- abstract def newRef(v0: Short): Ref[Short]
- abstract def newRef(v0: Byte): Ref[Byte]
- abstract def newRef(v0: Boolean): Ref[Boolean]
- abstract def newTArray[A](xs: IterableOnce[A])(implicit arg0: ClassTag[A]): TArray[A]
- abstract def newTArray[A](length: Int)(implicit arg0: ClassTag[A]): TArray[A]
- abstract def newTMap[A, B]: TMap[A, B]
- abstract def newTMapBuilder[A, B]: Builder[(A, B), TMap[A, B]]
- abstract def newTSet[A]: TSet[A]
- abstract def newTSetBuilder[A]: Builder[A, TSet[A]]
- abstract def newTxnLocal[A](init: => A, initialValue: (InTxn) => A, beforeCommit: (InTxn) => Unit, whilePreparing: (InTxnEnd) => Unit, whileCommitting: (InTxnEnd) => Unit, afterCommit: (A) => Unit, afterRollback: (Status) => Unit, afterCompletion: (Status) => Unit): TxnLocal[A]
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() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated