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. def filterOut[T](stream: Stream[T], toRemove: Stream[T])(implicit orderT: Order[T]): Stream[T]

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

    Permalink
  15. def getLine(): String

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

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

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

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

    Permalink
  20. package lx

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

    Permalink
  22. package ml

    Permalink
  23. package nlp

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

    Permalink
  25. package pgm

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

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

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

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

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

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

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

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

    Permalink
  34. implicit val showNode: Show[Node]

    Permalink
  35. implicit val showRational: Show[Rational]

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

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

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

    Permalink
  39. val : forall.type

    Permalink
  40. val : thereexists.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped