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
- All
Abstract Value Members
-
abstract
def
newRef[A](v0: A)(implicit arg0: ClassManifest[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: TraversableOnce[A])(implicit arg0: ClassManifest[A]): TArray[A]
- abstract def newTArray[A](length: Int)(implicit arg0: ClassManifest[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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )