object QDI
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- QDI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asyncIterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): Future[A]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val css: String
- def datafile: String
- lazy val desktop: Desktop
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def fdDiv[A](fd: FiniteDistribution[A]): Node
- implicit def fdListDiv[A](fds: List[FiniteDistribution[A]]): Node
- implicit def fdListList[A](fd: FiniteDistribution[A]): List[List[Any]]
- implicit def fdRead: ReadString[List[String]]
- implicit def fdString[A](fd: FiniteDistribution[A]): String
- implicit def fdWrite[A]: WriteString[FiniteDistribution[A]]
- def freeMem: Long
- def gc: Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val head: Elem
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterLog[A](init: A, dyn: (A) => A, steps: Int, logger: Logger): A
- Annotations
- @tailrec()
- implicit def listView[A](implicit arg0: WebView[A]): WebView[List[A]]
- def maxMem: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def p(s: String): Node
- def readFD(filename: String, dir: String = "data"): FiniteDistribution[String]
- def readFile(filename: String): Iterator[String]
- def row(xs: List[String]): Elem
- def run[A](init: A, dyn: (A) => A, steps: Int, threads: Int = 6): IndexedSeq[Future[A]]
- def runFor[A](f: (A) => A, init: A, duration: Long): A
- def runFor[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): A
- def runForFut[A](f: (A) => A, init: A, duration: Long): Future[A]
- def runForFut[A](f: (A) => A, init: A, duration: Long, save: (A, Int) => Unit): Future[A]
- lazy val runTime: Runtime
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def tableDiv(xy: List[List[Any]]): Elem
- implicit def tableRead: ReadString[List[List[String]]]
- implicit def tableString(xy: List[List[Any]]): String
- implicit def tableWrite[A]: WriteString[List[List[A]]]
- def timed[A](result: => A): A
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def toXML[A](a: A)(implicit arg0: WebView[A]): Node
- def totalMem: Long
- def view(ps: Node*): Unit
- def viewPage(body: Node, fileName: String = "tmp/qdi.html"): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeFD(fd: FiniteDistribution[String], filename: String, dir: String = "data"): Unit
- def writeFile(text: String, fileName: String, append: Boolean = false): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated