openrndr
Toggle table of contents
0.4.5-dev.8.uncommitted+335b9d0
common
js
jvm
Platform filter
common
js
jvm
Switch theme
Search in API
openrndr
openrndr-utils
/
org.openrndr.utils
Package-level
declarations
Types
Functions
Types
Resettable
Delegate
Link copied to clipboard
common
js
jvm
expect
class
ResettableDelegate
<
T
>
(
initializer
:
(
)
->
T
)
actual
class
ResettableDelegate
<
T
>
(
initializer
:
(
)
->
T
)
actual
class
ResettableDelegate
<
T
>
(
initializer
:
(
)
->
T
)
Functions
resettable
Lazy
Link copied to clipboard
fun
<
T
>
resettableLazy
(
initializer
:
(
)
->
T
)
:
ResettableDelegate
<
T
>