scalaz

Two

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Finger[V, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Two
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Finger
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

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

    Definition Classes
    TwoFinger
  5. def :+ (a: ⇒ A): Three[V, A]

    Definition Classes
    TwoFinger
  6. def :-| (a: ⇒ A): Two[V, A]

    Definition Classes
    TwoFinger
  7. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  9. val a1 : A

  10. val a2 : A

  11. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  12. def canEqual (arg0: Any): Boolean

    Definition Classes
    Two → Equals
  13. def clone (): AnyRef

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

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

    Definition Classes
    Two → Equals → AnyRef → Any
  16. def finalize (): Unit

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

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

    Definition Classes
    TwoFinger
  19. def getClass (): java.lang.Class[_]

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

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

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

    Definition Classes
    TwoFinger
  23. def lhead : A

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

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

    Definition Classes
    TwoFinger
  26. val measure : V

    Definition Classes
    TwoFinger
  27. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def productArity : Int

    Definition Classes
    Two → Product
  31. def productElement (arg0: Int): Any

    Definition Classes
    Two → Product
  32. def productIterator : Iterator[Any]

    Definition Classes
    Product
  33. def productPrefix : String

    Definition Classes
    Two → Product
  34. def reverseIterator : Iterator[A]

    Definition Classes
    TwoFinger
  35. def rhead : A

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

    Definition Classes
    TwoFinger
  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toList : List[A]

    Definition Classes
    Finger
  39. def toString (): String

    Definition Classes
    Two → AnyRef → Any
  40. def toTree : FingerTree[V, A]

    Definition Classes
    TwoFinger
  41. val v : V

  42. def wait (): Unit

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

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

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

    Definition Classes
    TwoFinger

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Finger[V, A]

Inherited from AnyRef

Inherited from Any