InterpreterPane

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Config
Companion
class
trait Config extends ConfigLike
Companion
object
Companion
class
trait ConfigBuilder extends ConfigLike
Companion
object
sealed trait ConfigLike

Value members

Concrete methods

def apply(config: Config, interpreterConfig: Config, codePaneConfig: Config)(exec: ExecutionContext): InterpreterPane
def bang(codePane: CodePane, interpreter: Interpreter): Option[Result]
def wrap(interpreter: Interpreter, codePane: CodePane): InterpreterPane
def wrapAsync(interpreter: Future[Interpreter], codePane: CodePane)(exec: ExecutionContext): InterpreterPane