org.jetbrains.kotlinx.jupyter.repl.InternalEvalResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-kernel Show documentation
Show all versions of kotlin-jupyter-kernel Show documentation
Kotlin Jupyter kernel published as artifact
package org.jetbrains.kotlinx.jupyter.repl
import org.jetbrains.kotlinx.jupyter.api.FieldValue
import org.jetbrains.kotlinx.jupyter.compiler.util.SerializedCompiledScriptsData
data class InternalEvalResult(
val result: FieldValue,
val scriptInstance: Any,
val compiledData: SerializedCompiledScriptsData? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy