Applied-Replicatics
Toggle table of contents
21.1-1.0.0
Select version
21.1-1.0.1
21.1-1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Applied-Replicatics
Applied-Replicatics
/
dev.lapis256.apprep.api.util
/
ResettableLazy
Resettable
Lazy
class
ResettableLazy
<
T
>
(
initializer
:
(
)
->
T
)
Members
Constructors
Resettable
Lazy
Link copied to clipboard
constructor
(
initializer
:
(
)
->
T
)
Functions
get
Link copied to clipboard
fun
get
(
)
:
T
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
reset
Link copied to clipboard
fun
reset
(
)