toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
FieldValue
Field
Value
data
class
FieldValue
(
val
value
:
Any
?
,
val
name
:
String
?
,
typeProvider
:
KTypeProvider
?
)
Members
Members & Extensions
Constructors
Field
Value
Link copied to clipboard
constructor
(
value
:
Any
?
,
name
:
String
?
)
constructor
(
value
:
Any
?
,
name
:
String
?
,
typeProvider
:
KTypeProvider
?
)
Properties
name
Link copied to clipboard
val
name
:
String
?
type
Link copied to clipboard
val
type
:
KType
value
Link copied to clipboard
val
value
:
Any
?
Functions
is
Of
Compile
Time
Type
Link copied to clipboard
fun
FieldValue
.
isOfCompileTimeType
(
kType
:
KType
)
:
Boolean
is
Of
Runtime
Type
Link copied to clipboard
fun
FieldValue
.
isOfRuntimeType
(
kClass
:
KClass
<
*
>
)
:
Boolean