object
Chain
Type Members
-
class
ChainIterator[A] extends Iterator[A]
-
case class
Concat[A](lhs: Chain[A], rhs: Chain[A]) extends Chain[A] with Product with Serializable
-
case class
Elems[A](values: Iterable[A]) extends Chain[A] with Product with Serializable
-
class
IterableChain[+A] extends Iterable[A]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
Empty: Chain[Nothing]
-
def
all[A](values: Iterable[A], moreValues: Iterable[A]*): Chain[A]
-
def
apply[A](values: Iterable[A]): Chain[A]
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
chainOrdering[A](implicit arg0: Ordering[A]): Ordering[Chain[A]]
-
def
clone(): AnyRef
-
def
empty[A]: Chain[A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
single[A](a: A): Chain[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any