object
ListSpecs
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
appendAssoc[T](l1: List[T], l2: List[T], l3: List[T]): Boolean
-
def
appendContent[A](l1: List[A], l2: List[A]): Boolean
-
def
appendIndex[T](l1: List[T], l2: List[T], i: BigInt): Boolean
-
def
appendInsert[T](l1: List[T], l2: List[T], i: BigInt, y: T): Boolean
-
def
appendTakeDrop[T](l1: List[T], l2: List[T], n: BigInt): Boolean
-
def
appendUpdate[T](l1: List[T], l2: List[T], i: BigInt, y: T): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
consIndex[T](h: T, t: List[T], i: BigInt): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
flattenPreservesContent[T](ls: List[List[T]]): Boolean
-
def
folds[A, B](xs: List[A], z: B, f: (B, A) ⇒ B): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
headReverseLast[T](l: List[T]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
leftUnitAppend[T](l1: List[T]): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reverseAppend[T](l1: List[T], l2: List[T]): Boolean
-
def
reverseIndex[T](l: List[T], i: BigInt): Boolean
-
def
reverseReverse[T](l: List[T]): Boolean
-
def
rightUnitAppend[T](l1: List[T]): Boolean
-
def
scanVsFoldLeft[A, B](l: List[A], z: B, f: (B, A) ⇒ B): Boolean
-
def
scanVsFoldRight[A, B](l: List[A], z: B, f: (A, B) ⇒ B): Boolean
-
def
snocAfterAppend[T](l1: List[T], l2: List[T], t: T): Boolean
-
def
snocFoldRight[A, B](xs: List[A], y: A, z: B, f: (A, B) ⇒ B): Boolean
-
def
snocIndex[T](l: List[T], t: T, i: BigInt): Boolean
-
def
snocIsAppend[T](l: List[T], t: T): Boolean
-
def
snocLast[T](l: List[T], x: T): Boolean
-
def
snocReverse[T](l: List[T], t: T): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any