scalaz

One

case class One[V, A](v: V, a1: A, 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. Hide All
  2. Show all
  1. One
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Finger
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +:(a: A): Two[V, A]

    Append the given element to the right

    Append the given element to the right

    Definition Classes
    OneFinger
    Exceptions thrown
    if

    the finger is Four.

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

    Prepends the given element to the left

    Prepends the given element to the left

    Definition Classes
    OneFinger
    Exceptions thrown
    if

    the finger is Four.

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

    Replaces the last element of this finger with a

    Replaces the last element of this finger with a

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

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

    Definition Classes
    Any
  9. val a1: A

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(arg0: Any): Boolean

    Definition Classes
    One → Equals
  12. def clone(): AnyRef

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

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

    Definition Classes
    One → Equals → AnyRef → Any
  15. def finalize(): Unit

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

    Definition Classes
    OneFinger
  17. def foreach(f: (A) ⇒ Unit): Unit

    Apply the given side effect to each element.

    Apply the given side effect to each element.

    Definition Classes
    OneFinger
  18. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    One → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def iterator: Iterator[A]

    An iterator that visits each element.

    An iterator that visits each element.

    Definition Classes
    OneFinger
  22. def lhead: A

    Definition Classes
    OneFinger
  23. def ltail: Nothing

    Definition Classes
    OneFinger
  24. def map[B, V2](f: (A) ⇒ B)(implicit r: Reducer[B, V2]): One[V2, B]

    Definition Classes
    OneFinger
  25. val measure: V

    Definition Classes
    OneFinger
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def productArity: Int

    Definition Classes
    One → Product
  30. def productElement(arg0: Int): Any

    Definition Classes
    One → Product
  31. def productIterator: Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix: String

    Definition Classes
    One → Product
  33. def reverseIterator: Iterator[A]

    An iterator that visits each element in reverse order.

    An iterator that visits each element in reverse order.

    Definition Classes
    OneFinger
  34. def rhead: A

    Definition Classes
    OneFinger
  35. def rtail: Nothing

    Definition Classes
    OneFinger
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toList: List[A]

    Definition Classes
    Finger
  38. def toString(): String

    Definition Classes
    One → AnyRef → Any
  39. def toTree: FingerTree[V, A]

    Definition Classes
    OneFinger
  40. val v: V

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def |-:(a: A): One[V, A]

    Replaces the first element of this finger with a

    Replaces the first element of this finger with a

    Definition Classes
    OneFinger

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) 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