sealed abstract
class
Finger[V, A] extends AnyRef
Abstract Value Members
-
abstract
def
+:(a: A): Finger[V, A]
-
abstract
def
:+(a: A): Finger[V, A]
-
abstract
def
:-|(a: A): Finger[V, A]
-
abstract
def
foldMap[B](f: (A) ⇒ B)(implicit m: Semigroup[B]): B
-
abstract
def
foreach(f: (A) ⇒ Unit): Unit
-
abstract
def
iterator: Iterator[A]
-
abstract
def
lhead: A
-
abstract
def
ltail: Finger[V, A]
-
abstract
def
map[B, V2](f: (A) ⇒ B)(implicit m: Reducer[B, V2]): Finger[V2, B]
-
abstract
def
measure: V
-
abstract
def
reverseIterator: Iterator[A]
-
abstract
def
rhead: A
-
abstract
def
rtail: Finger[V, A]
-
abstract
def
toTree: FingerTree[V, A]
-
abstract
def
|-:(a: A): Finger[V, A]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toList: List[A]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit