toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
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