scalaz

FingerTree

class FingerTree [V, A] extends AnyRef

Attributes
sealed abstract
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FingerTree
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FingerTree ()(implicit measurer: Reducer[A, V])

Abstract Value Members

  1. def fold [B] (empty: (V) ⇒ B, single: (V, A) ⇒ B, deep: (V, Finger[V, A], ⇒ FingerTree[V, Node[V, A]], Finger[V, A]) ⇒ B): B

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def +: (a: ⇒ A): FingerTree[V, A]

  5. def :+ (a: ⇒ A): FingerTree[V, A]

  6. def :-| (a: ⇒ A): FingerTree[V, A]

  7. def <++> (right: FingerTree[V, A]): FingerTree[V, A]

  8. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  10. def add1 (n: A, right: ⇒ ATree): ATree

  11. def add2 (n1: ⇒ A, n2: ⇒ A, right: ⇒ ATree): ATree

  12. def add3 (n1: ⇒ A, n2: ⇒ A, n3: ⇒ A, right: ⇒ ATree): ATree

  13. def add4 (n1: ⇒ A, n2: ⇒ A, n3: ⇒ A, n4: ⇒ A, right: ⇒ ATree): ATree

  14. def addDigits0 (m1: ⇒ NodeTree, dig1: ⇒ AFinger, dig2: ⇒ AFinger, m2: ⇒ NodeTree): NodeTree

  15. def addDigits1 (m1: ⇒ NodeTree, d1: ⇒ AFinger, x: ⇒ A, d2: ⇒ AFinger, m2: ⇒ NodeTree): NodeTree

  16. def addDigits2 (m1: ⇒ NodeTree, d1: ⇒ AFinger, x: ⇒ A, y: ⇒ A, d2: ⇒ AFinger, m2: ⇒ NodeTree): NodeTree

  17. def addDigits3 (m1: ⇒ NodeTree, d1: ⇒ AFinger, x: ⇒ A, y: ⇒ A, z: ⇒ A, d2: ⇒ AFinger, m2: ⇒ NodeTree): NodeTree

  18. def addDigits4 (m1: ⇒ NodeTree, d1: ⇒ AFinger, x: ⇒ A, y: ⇒ A, z: ⇒ A, w: ⇒ A, d2: ⇒ AFinger, m2: ⇒ NodeTree): NodeTree

  19. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  20. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def foldMap [B] (f: (A) ⇒ B)(implicit s: Monoid[B]): B

  25. def foreach (f: (A) ⇒ Unit): Unit

  26. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  27. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  28. def head : A

  29. def init : FingerTree[V, A]

  30. def isEmpty : Boolean

  31. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  32. def iterator : Iterator[A]

  33. def last : A

  34. def map [B, V2] (f: (A) ⇒ B)(implicit m: Reducer[B, V2]): FingerTree[V2, B]

  35. def measure : V

  36. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  39. def reverseIterator : Iterator[A]

  40. def split (pred: (V) ⇒ Boolean): (FingerTree[V, A], FingerTree[V, A])

  41. def split1 (pred: (V) ⇒ Boolean): (FingerTree[V, A], A, FingerTree[V, A])

  42. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  43. def tail : FingerTree[V, A]

  44. def toList : List[A]

  45. def toStream : Stream[A]

  46. def toString (): String

    Definition Classes
    FingerTree → AnyRef → Any
  47. def viewl : ViewL[[α]FingerTree[V, α], A]

  48. def viewr : ViewR[[α]FingerTree[V, α], A]

  49. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def |-: (a: ⇒ A): FingerTree[V, A]

Inherited from AnyRef

Inherited from Any