api
Toggle table of contents
0.15.0-653
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
org.jetbrains.kotlinx.jupyter.api.properties
Package-level
declarations
Functions
Functions
as
Accessible
Link copied to clipboard
fun
<
T
:
KProperty
<
*
>
,
R
>
T
.
asAccessible
(
action
:
(
T
)
->
R
)
:
R
fun
<
R
>
Field
.
asAccessible
(
instance
:
Any
,
action
:
(
Field
)
->
R
)
:
R
as
Accessible
If
Not
Null
Link copied to clipboard
fun
<
T
:
KProperty
<
*
>
,
R
>
T
?
.
asAccessibleIfNotNull
(
action
:
(
T
?
)
->
R
)
:
R
is
Lazy
Link copied to clipboard
fun
<
T
>
KProperty1
<
T
,
*
>
.
isLazy
(
receiver
:
T
)
:
Boolean