toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.util
/
AcceptanceRule
Acceptance
Rule
fun
interface
AcceptanceRule
<
T
>
Acceptance rule either says it accepts an object or delegates it to some other rule returning null
Inheritors
FlagAcceptanceRule
Members
Functions
accepts
Link copied to clipboard
abstract
fun
accepts
(
obj
:
T
)
:
Boolean
?