kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
api
/
org.jetbrains.kotlinx.jupyter.api
/
FieldHandlerExecutionEx
Field
Handler
Execution
Ex
fun
interface
FieldHandlerExecutionEx
<
T
>
:
FieldHandlerExecution
<
T
>
Members
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
host
:
KotlinKernelHost
,
value
:
T
,
property
:
KProperty
<
*
>
)
abstract
fun
execute
(
host
:
KotlinKernelHost
,
value
:
T
,
fieldInfo
:
FieldInfo
)
:
FieldValue
?