Package

axle

Permalink

package axle

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. axle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def applyForever[N](f: (N) ⇒ N, x0: N): Iterator[N]

    Permalink
  2. def applyK[N](f: (N) ⇒ N, x0: N, k: Int): N

    Permalink
  3. package bio

    Permalink
  4. package data

    Permalink
  5. implicit def enrichArray[T](arr: Array[T])(implicit arg0: Manifest[T]): EnrichedArray[T]

    Permalink
  6. implicit def enrichByteArray(barr: Array[Byte]): EnrichedByteArray

    Permalink
  7. implicit def enrichGenSeq[T](genSeq: GenSeq[T]): EnrichedGenSeq[T]

    Permalink
  8. implicit def enrichGenTraversable[T](gt: GenTraversable[T])(implicit arg0: Manifest[T]): EnrichedGenTraversable[T]

    Permalink
  9. implicit def enrichIndexedSeq[T](is: IndexedSeq[T])(implicit arg0: Manifest[T]): EnrichedIndexedSeq[T]

    Permalink
  10. implicit def enrichInt(n: Int): EnrichedInt

    Permalink
  11. implicit def enrichIterator[T](it: Iterator[T]): EnrichedIterator[T]

    Permalink
  12. implicit def enrichMutableBuffer[T](buffer: Buffer[T]): EnrichedMutableBuffer[T]

    Permalink
  13. implicit def eqIterable[T](implicit eqT: Eq[T]): Eq[Iterable[T]]

    Permalink
  14. implicit def eqSeq[T](implicit eqT: Eq[T]): Eq[Seq[T]]

    Permalink
  15. implicit def eqTreeMap[K, V](implicit eqK: Eq[K], eqV: Eq[V]): Eq[TreeMap[K, V]]

    Permalink
  16. def filterOut[T](stream: Stream[T], toRemove: Stream[T])(implicit orderT: Order[T]): Stream[T]

    Permalink
  17. def gaps[T](xs: Seq[T])(implicit ringT: Ring[T]): Seq[(T, T)]

    Permalink
  18. def getLine(): String

    Permalink
  19. def html[T](t: T)(implicit arg0: HtmlFrom[T]): Node

    Permalink
  20. def id[A](x: A): A

    Permalink
  21. def ignore[T]: (T) ⇒ Unit

    Permalink
  22. def intersperse[T](d: T)(l: List[T]): List[T]

    Permalink
  23. package lx

    Permalink
  24. def mergeStreams[T](streams: Seq[Stream[T]])(implicit eqT: Eq[T], orderT: Order[T]): Stream[T]

    Permalink
  25. package ml

    Permalink
  26. package nlp

    Permalink
  27. def orbit[N](f: (N) ⇒ N, x0: N, close: (N) ⇒ (N) ⇒ Boolean): List[N]

    Permalink
  28. package pgm

    Permalink
  29. def prefixedDisplay(prefix: String)(display: (String) ⇒ Unit): (String) ⇒ Unit

    Permalink
  30. def print[T](t: T)(implicit arg0: Show[T]): Unit

    Permalink
  31. def replicate[T](n: Int)(v: T): List[T]

    Permalink
  32. def reverse[T](l: List[T]): List[T]

    Permalink
  33. def runs[T](xs: Seq[T])(implicit ringT: Ring[T], orderT: Order[T]): Seq[(T, T)]

    Permalink
  34. def runs[T](xs: Seq[T], breaks: Set[T]): Seq[(T, T)]

    Permalink
  35. def show[T](t: T)(implicit arg0: Show[T]): String

    Permalink
  36. def showDoubleWithPrecision(p: Int): Show[Double]

    Permalink
  37. implicit val showNode: Show[Node]

    Permalink
  38. implicit val showRational: Show[Rational]

    Permalink
  39. def streamFrom[N](n: N)(implicit orderN: Order[N], ringN: Ring[N]): Stream[N]

    Permalink
  40. def string[T](t: T)(implicit arg0: Show[T]): String

    Permalink
  41. def trace[N](f: (N) ⇒ N, x0: N): Iterator[(N, Set[N])]

    Permalink
  42. val : forall.type

    Permalink
  43. val : thereexists.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped