Entrypoint

abstract class Entrypoint[Input](val defn: EntrypointDef[Input])
class Object
trait Matchable
class Any

Value members

Abstract methods

def run(i: Input): Unit

Concrete methods

@inline
final protected def #main: Element
@inline
final protected def #root: Element
final def decodeInput(s: String): Input
@JSExport
final def main(encodedInput: String): Unit

Concrete fields

final val defn: EntrypointDef[Input]