Class

com.metl.data

ImmutableListHistoryCollection

Related Doc: package data

Permalink

class ImmutableListHistoryCollection[A] extends HistoryCollection[A]

Linear Supertypes
HistoryCollection[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableListHistoryCollection
  2. HistoryCollection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImmutableListHistoryCollection(seedValue: Seq[A] = Nil)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(cand: Seq[A]): HistoryCollection[A]

    Permalink
  4. def +=(cand: A): HistoryCollection[A]

    Permalink
  5. def --=(cand: Seq[A]): HistoryCollection[A]

    Permalink
  6. def -=(cand: A): HistoryCollection[A]

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var coll: List[A]

    Permalink
    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exists(pred: (A) ⇒ Boolean): Boolean

    Permalink
  14. def filter(pred: (A) ⇒ Boolean): HistoryCollection[A]

    Permalink
  15. def filterNot(pred: (A) ⇒ Boolean): HistoryCollection[A]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def find(pred: (A) ⇒ Boolean): Option[A]

    Permalink
  18. def foldLeft[B](seed: B)(func: ((B, A)) ⇒ B): B

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def map[B](func: (A) ⇒ B): HistoryCollection[B]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def partition(pred: (A) ⇒ Boolean): (HistoryCollection[A], HistoryCollection[A])

    Permalink
  27. def remove(pred: (A) ⇒ Boolean): HistoryCollection[A]

    Permalink
  28. def reverse: HistoryCollection[A]

    Permalink
  29. def sortBy[B](func: (A) ⇒ B)(implicit ord: Ordering[B]): HistoryCollection[A]

    Permalink
  30. def sortWith(func: ((A, A)) ⇒ Boolean): HistoryCollection[A]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toList: List[A]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HistoryCollection[A]

Inherited from AnyRef

Inherited from Any

Ungrouped