polynote
.
kernel
.
interpreter
.
scal
ScalaSparkInterpreter
Related Docs:
object ScalaSparkInterpreter
|
package scal
class
ScalaSparkInterpreter
extends
ScalaInterpreter
Linear Supertypes
ScalaInterpreter
,
Interpreter
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ScalaSparkInterpreter
ScalaInterpreter
Interpreter
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
CollectedState
extends
Product
with
Serializable
Attributes
protected
Definition Classes
ScalaInterpreter
case class
ScalaCellState
extends
State
with
Product
with
Serializable
Definition Classes
ScalaInterpreter
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
completionsAt
(
code:
String
,
pos:
Int
,
state:
State
)
:
RIO
[
Blocking
,
List
[
Completion
]]
Definition Classes
ScalaInterpreter → Interpreter
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
(
state:
State
)
:
RIO
[
InterpreterEnv
,
State
]
Definition Classes
ScalaSparkInterpreter
→ ScalaInterpreter → Interpreter
def
injectState
(
collectedState:
CollectedState
)
:
RIO
[
CurrentRuntime
,
CollectedState
]
Attributes
protected
Definition Classes
ScalaInterpreter
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parametersAt
(
code:
String
,
pos:
Int
,
state:
State
)
:
RIO
[
Blocking
,
Option
[
Signatures
]]
Definition Classes
ScalaInterpreter → Interpreter
def
run
(
code:
String
,
state:
State
)
:
RIO
[
InterpreterEnv
,
State
]
Definition Classes
ScalaInterpreter → Interpreter
val
scalaCompiler
:
ScalaCompiler
Definition Classes
ScalaInterpreter
def
shutdown
()
:
Task
[
Unit
]
Definition Classes
ScalaInterpreter → Interpreter
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
transformCode
(
code:
List
[
scala.tools.nsc.interactive.Global.Tree
]
)
:
List
[
scala.tools.nsc.interactive.Global.Tree
]
Attributes
protected
Definition Classes
ScalaSparkInterpreter
→ ScalaInterpreter
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ScalaInterpreter
Inherited from
Interpreter
Inherited from
AnyRef
Inherited from
Any
Ungrouped