kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ExecutionCount
Execution
Count
@
JvmInline
@
Serializable
value
class
ExecutionCount
(
val
value
:
Int
)
Typesafe wrapper for execution counts created by
ExecutionCounter
.
Members
Constructors
Execution
Count
Link copied to clipboard
constructor
(
value
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
val
value
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String