Class/Object

polynote.kernel.environment

InterpreterEnvironment

Related Docs: object InterpreterEnvironment | package environment

Permalink

case class InterpreterEnvironment(blocking: Service[Any], publishResult: Publish[Task, Result], publishStatus: Publish[Task, KernelStatusUpdate], currentTask: Ref[Task, TaskInfo], currentRuntime: KernelRuntime) extends InterpreterEnvT with Product with Serializable

Linear Supertypes
Product, Equals, InterpreterEnvT, CurrentRuntime, CurrentTask, PublishStatus, PublishResult, Blocking, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterpreterEnvironment
  2. Product
  3. Equals
  4. InterpreterEnvT
  5. CurrentRuntime
  6. CurrentTask
  7. PublishStatus
  8. PublishResult
  9. Blocking
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterpreterEnvironment(blocking: Service[Any], publishResult: Publish[Task, Result], publishStatus: Publish[Task, KernelStatusUpdate], currentTask: Ref[Task, TaskInfo], currentRuntime: KernelRuntime)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val blocking: Service[Any]

    Permalink
    Definition Classes
    InterpreterEnvironment → Blocking
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val currentRuntime: KernelRuntime

    Permalink
    Definition Classes
    InterpreterEnvironmentCurrentRuntime
  8. val currentTask: Ref[Task, TaskInfo]

    Permalink
    Definition Classes
    InterpreterEnvironmentCurrentTask
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def localBlocking(mk: (Executor) ⇒ Executor): InterpreterEnvironment

    Permalink
  14. def mkExecutor(classLoader: Task[ClassLoader]): Task[InterpreterEnvironment]

    Permalink

    Insert custom Blocking service.

    Insert custom Blocking service.

    See also

    CellExecutor

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val publishResult: Publish[Task, Result]

    Permalink
    Definition Classes
    InterpreterEnvironmentPublishResult
  19. val publishStatus: Publish[Task, KernelStatusUpdate]

    Permalink
    Definition Classes
    InterpreterEnvironmentPublishStatus
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def tapResults(to: (Result) ⇒ Task[Unit]): InterpreterEnvironment

    Permalink
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from InterpreterEnvT

Inherited from CurrentRuntime

Inherited from CurrentTask

Inherited from PublishStatus

Inherited from PublishResult

Inherited from Blocking

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped