org.specs2.internal.scalaz.FingerTree.Ropes

Rope

sealed class Rope[A] extends NewType[FingerTreeIntPlus[ImmutableArray[A]]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Rope
  2. NewType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Rope(value: FingerTreeIntPlus[ImmutableArray[A]])(implicit arg0: ClassManifest[A])

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 ++(xs: Rope[A]): Rope[A]

  5. def +:(x: A): Rope[A]

  6. def +::(chunk: ImmutableArray[A]): Rope[A]

  7. def :+(x: A): Rope[A]

  8. def ::+(chunk: ImmutableArray[A]): Rope[A]

  9. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  11. def apply(i: Int): A

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def chunks: Stream[ImmutableArray[A]]

  14. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  20. def init: Rope[A]

  21. final def isInstanceOf[T0]: Boolean

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

  23. def length: Int

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def reverseIterator: Iterator[A]

  28. implicit def sizer: Reducer[ImmutableArray[A], Int]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def tail: Rope[A]

  31. def toString(): String

    Definition Classes
    NewType → AnyRef → Any
  32. val value: FingerTreeIntPlus[ImmutableArray[A]]

    Definition Classes
    RopeNewType
  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
    @throws()

Inherited from AnyRef

Inherited from Any