toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl
/
CompletionResult
/
Empty
Empty
class
Empty
(
text
:
String
,
cursor
:
Int
)
:
CompletionResult.Success
Members
Constructors
Empty
Link copied to clipboard
constructor
(
text
:
String
,
cursor
:
Int
)
Properties
message
Link copied to clipboard
open
override
val
message
:
AbstractMessageContent
Functions
matches
Link copied to clipboard
@
TestOnly
fun
matches
(
)
:
List
<
String
>
sorted
Matches
Link copied to clipboard
@
TestOnly
fun
sortedMatches
(
)
:
List
<
String
>
sorted
Raw
Link copied to clipboard
@
TestOnly
fun
sortedRaw
(
)
:
List
<
SourceCodeCompletionVariant
>