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