Packages

c

scalaz

Three

case class Three[V, A](v: V, a1: A, a2: A, a3: A)(implicit r: Reducer[A, V]) extends Finger[V, A] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Three
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Finger
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Three(v: V, a1: A, a2: A, a3: A)(implicit r: Reducer[A, V])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +:(a: A): Four[V, A]

    Append the given element to the right

    Append the given element to the right

    Definition Classes
    ThreeFinger
    Exceptions thrown

    if the finger is Four.

  4. def :+(a: A): Four[V, A]

    Prepends the given element to the left

    Prepends the given element to the left

    Definition Classes
    ThreeFinger
    Exceptions thrown

    if the finger is Four.

  5. def :-|(a: A): Three[V, A]

    Replaces the last element of this finger with a

    Replaces the last element of this finger with a

    Definition Classes
    ThreeFinger
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val a1: A
  8. val a2: A
  9. val a3: A
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foldMap[B](f: (A) ⇒ B)(implicit m: Semigroup[B]): B
    Definition Classes
    ThreeFinger
  15. def foreach(f: (A) ⇒ Unit): Unit

    Apply the given side effect to each element.

    Apply the given side effect to each element.

    Definition Classes
    ThreeFinger
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def iterator: Iterator[A]

    An iterator that visits each element.

    An iterator that visits each element.

    Definition Classes
    ThreeFinger
  19. def lhead: A
    Definition Classes
    ThreeFinger
  20. def ltail: Two[V, A]
    Definition Classes
    ThreeFinger
  21. def map[B, V2](f: (A) ⇒ B)(implicit r: Reducer[B, V2]): Three[V2, B]
    Definition Classes
    ThreeFinger
  22. val measure: v.type
    Definition Classes
    ThreeFinger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def reverseIterator: Iterator[A]

    An iterator that visits each element in reverse order.

    An iterator that visits each element in reverse order.

    Definition Classes
    ThreeFinger
  27. def rhead: A
    Definition Classes
    ThreeFinger
  28. def rtail: Two[V, A]
    Definition Classes
    ThreeFinger
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toList: List[A]
    Definition Classes
    Finger
  31. def toTree: FingerTree[V, A]
    Definition Classes
    ThreeFinger
  32. val v: V
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def |-:(a: A): Three[V, A]

    Replaces the first element of this finger with a

    Replaces the first element of this finger with a

    Definition Classes
    ThreeFinger

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Finger[V, A]

Inherited from AnyRef

Inherited from Any

Ungrouped