Class

scalaz

Two

Related Doc: package scalaz

Permalink

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

Source
FingerTree.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Finger[V, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Two
  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 Two(v: V, a1: A, a2: A)(implicit r: Reducer[A, V])

    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 +:(a: A): Three[V, A]

    Permalink

    Append the given element to the right

    Append the given element to the right

    Definition Classes
    TwoFinger
    Exceptions thrown

    if the finger is Four.

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

    Permalink

    Prepends the given element to the left

    Prepends the given element to the left

    Definition Classes
    TwoFinger
    Exceptions thrown

    if the finger is Four.

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

    Permalink

    Replaces the last element of this finger with a

    Replaces the last element of this finger with a

    Definition Classes
    TwoFinger
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. val a1: A

    Permalink
  8. val a2: A

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def foldMap[B](f: (A) ⇒ B)(implicit m: Semigroup[B]): B

    Permalink
    Definition Classes
    TwoFinger
  14. def foreach(f: (A) ⇒ Unit): Unit

    Permalink

    Apply the given side effect to each element.

    Apply the given side effect to each element.

    Definition Classes
    TwoFinger
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  17. def iterator: Iterator[A]

    Permalink

    An iterator that visits each element.

    An iterator that visits each element.

    Definition Classes
    TwoFinger
  18. def lhead: A

    Permalink
    Definition Classes
    TwoFinger
  19. def ltail: One[V, A]

    Permalink
    Definition Classes
    TwoFinger
  20. def map[B, V2](f: (A) ⇒ B)(implicit r: Reducer[B, V2]): Two[V2, B]

    Permalink
    Definition Classes
    TwoFinger
  21. val measure: V

    Permalink
    Definition Classes
    TwoFinger
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def reverseIterator: Iterator[A]

    Permalink

    An iterator that visits each element in reverse order.

    An iterator that visits each element in reverse order.

    Definition Classes
    TwoFinger
  26. def rhead: A

    Permalink
    Definition Classes
    TwoFinger
  27. def rtail: One[V, A]

    Permalink
    Definition Classes
    TwoFinger
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Finger
  30. def toTree: FingerTree[V, A]

    Permalink
    Definition Classes
    TwoFinger
  31. val v: V

    Permalink
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def |-:(a: A): Two[V, A]

    Permalink

    Replaces the first element of this finger with a

    Replaces the first element of this finger with a

    Definition Classes
    TwoFinger

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Finger[V, A]

Inherited from AnyRef

Inherited from Any

Ungrouped