Package

jupyter

scala

Permalink

package scala

Visibility
  1. Public
  2. All

Type Members

  1. class Interp extends Interpreter with LazyLogging

    Permalink
  2. trait Scoped extends AnyRef

    Permalink

    Converts something with a scoped apply method into something which can be similarly used in a for-comprehension

  3. case class Signaller(sigStr: String)(f: ⇒ Unit) extends Scoped with Product with Serializable

    Permalink

    Lets you turn on signal handling within a certain block, attaching a callback to the handler and then turning it properly off again when the block exits.

    Lets you turn on signal handling within a certain block, attaching a callback to the handler and then turning it properly off again when the block exits. Does sketchy unsafe stuff because that's the only way you can make it properly reset when you're finished.

Value Members

  1. object Capture

    Permalink
  2. object Interp

    Permalink

Ungrouped