InterpreterPaneImpl

class Object
trait Matchable
class Any

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