kotlin-jupyter-kernel
Toggle table of contents
0.14.1-524
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
api
/
org.jetbrains.kotlinx.jupyter.util
/
FlagAcceptanceRule
Flag
Acceptance
Rule
interface
FlagAcceptanceRule
<
T
>
:
AcceptanceRule
<
T
>
Acceptance rule that has only two answers: yes/no (depending on the
acceptsFlag
) and "don't know"
Inheritors
NameAcceptanceRule
PatternNameAcceptanceRule
Members
Properties
accepts
Flag
Link copied to clipboard
abstract
val
acceptsFlag
:
Boolean
Functions
accepts
Link copied to clipboard
open
override
fun
accepts
(
obj
:
T
)
:
Boolean
?
applies
To
Link copied to clipboard
abstract
fun
appliesTo
(
obj
:
T
)
:
Boolean