object Chain extends Serializable
Factory for Chains.
- Alphabetic
- By Inheritance
- Chain
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
ChainBuilder[T] extends Builder[T, Chain[T]]
Builder for Chains.
Builder for Chains. The builder is specialized for the primitive type
Intto enable the creation of new instances of the correspondingly specialized list.- T
The type of the list's element.
- Note
The builder must not be used after a
resultcall.
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 val CompleteEmptyChain: CompleteCollection[Chain[Nothing]]
- val GenericSpecializedCBF: CanBuildFrom[Any, Int, Chain[Int]] { ... /* 2 definitions in type refinement */ }
- final val IncompleteEmptyChain: IncompleteCollection[Chain[Nothing]]
-
def
apply[T](es: T*): Chain[T]
- Note
The recommended way to create a Chain with one element is to use the
singletonmethod.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canBuildFrom[A <: AnyRef]: CanBuildFrom[Chain[_], A, Chain[A]]
- implicit def canBuildIntChainFrom: CanBuildFrom[Chain[_], Int, Chain[Int]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
empty[T]: Chain[T]
Returns an empty list.
Returns an empty list.
- Note
In general it is preferable to directly use Naught.
-
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
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder[T](implicit t: ClassTag[T]): ChainBuilder[T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def singleton[T](e: T): Chain[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def toTraversable[T](cl: Chain[T]): Traversable[T]
-
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
- @native() @throws( ... )