FingerTreeLike

trait FingerTreeLike[V, A, Repr <: FingerTreeLike[V, A, Repr]]
class Object
trait Matchable
class Any
trait IndexedSeqLike[V, A, Repr]
trait IndexedSeq[A]
trait IndexedSummedSeq[Elem, Sum]
trait OrderedSeq[Elem, P]
trait RangedSeq[Elem, P]

Value members

Abstract methods

protected def tree: FingerTree[V, A]
protected def wrap(tree: FingerTree[V, A]): Repr

Concrete methods

final def head: A
final def headOption: Option[A]
final def init: Repr
final def isEmpty: Boolean
final def iterator: Iterator[A]
final def last: A
final def lastOption: Option[A]
final def nonEmpty: Boolean
final def tail: Repr
final def to[To](factory: Factory[A, To]): To
final def toList: List[A]

Implicits

Implicits

implicit protected def m: Measure[A, V]