A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
A
- acceptsType(KType) - function in org.jetbrains.kotlinx.jupyter.api.FieldHandler
- Returns true if this converter accepts type, false otherwise
- acceptsType(KType) - function in org.jetbrains.kotlinx.jupyter.api.FieldHandlerByClass
- Returns true if this converter accepts type, false otherwise
- acceptsType(KClass) - function in org.jetbrains.kotlinx.jupyter.api.RendererTypeHandler
- Returns true if this renderer accepts type, false otherwise
- acceptsType(KClass) - function in org.jetbrains.kotlinx.jupyter.api.RendererTypeHandler
- Returns true if this renderer accepts type, false otherwise
- acceptsType(KClass) - function in org.jetbrains.kotlinx.jupyter.api.AlwaysRendererTypeHandler
- Returns true if this renderer accepts type, false otherwise
- acceptsType(KClass) - function in org.jetbrains.kotlinx.jupyter.api.ExactRendererTypeHandler
- Returns true if this renderer accepts type, false otherwise
- acceptsType(KClass) - function in org.jetbrains.kotlinx.jupyter.api.SubtypeRendererTypeHandler
- Returns true if this renderer accepts type, false otherwise
- addClassAnnotationHandler(ClassAnnotationHandler) - function in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration.Builder
- addFileAnnotationHanlder(FileAnnotationHandler) - function in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration.Builder
- addLibrary(LibraryDefinition) - function in org.jetbrains.kotlinx.jupyter.api.KotlinKernelHost
- Adds a new library via its definition.
- addRenderer(RendererTypeHandler) - function in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration.Builder
- addTypeConverter(FieldHandler) - function in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration.Builder
- afterCellExecution(TypeAliased(typeAlias=GenericTypeConstructor(dri=org.jetbrains.kotlinx.jupyter.api/AfterCellExecutionCallback///PointingToDeclaration/, projections=[], presentableName=null), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function3///PointingToDeclaration/, projections=[, , , ], isExtensionFunction=true, isSuspendable=false, presentableName=null))) - function in org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration.Builder
- AlwaysRendererTypeHandler - class in org.jetbrains.kotlinx.jupyter.api
- Simple implementation for RendererTypeHandler.
- assertVersion(String,Function1) - function in org.jetbrains.kotlinx.jupyter.api.JREInfoProvider
- Does nothing if condition returns true for current JRE version, throws AssertionError otherwise
- assertVersionAtLeast(Integer) - function in org.jetbrains.kotlinx.jupyter.api.JREInfoProvider
- Does nothing if current JRE version is higher or equal than minVersion, throws AssertionError otherwise
- assertVersionInRange(Integer,Integer) - function in org.jetbrains.kotlinx.jupyter.api.JREInfoProvider
- Does nothing if current JRE version is between minVersion and maxVersion, throws AssertionError otherwise