FingerTreeLike

trait FingerTreeLike[V, A, Repr <: FingerTreeLike[V, A, Repr]]
class Object
trait Matchable
class Any

Value members

Methods

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

Implicits

Implicits

implicit protected def m: Measure[A, V]