openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
commonJvm
common
web
Target filter
commonJvm
common
web
Switch theme
Search in API
Skip to content
openrndr
openrndr-utils
/
org.openrndr.utils
Package-level
declarations
Types
Functions
Types
Resettable
Delegate
Link copied to clipboard
commonJvm
common
web
actual
class
ResettableDelegate
<
T
>
(
initializer
:
(
)
->
T
)
expect
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
>