scala.concurrent.stm.TSet
object
View
extends MutableSetFactory[View]
Type Members
-
type
Coll
= scala.concurrent.stm.TSet.View[_]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
[A]
(xs: A*): View[A]
-
def
asInstanceOf
[T0]
: T0
-
implicit def
canBuildFrom
[A]
: CanBuildFrom[Coll, A, View[A]]
-
def
clone
(): AnyRef
-
def
empty
[A]
: View[A]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
[A]
: Builder[A, View[A]]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
setCanBuildFrom
[A]
: CanBuildFrom[scala.concurrent.stm.TSet.View[_], A, View[A]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from MutableSetFactory[View]
Inherited from SetFactory[View]
Inherited from GenericSeqCompanion[View]
Inherited from GenSetFactory[View]
Inherited from GenericCompanion[View]
Inherited from AnyRef
Inherited from Any