Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.extension
/
BaseLazyReference
Base
Lazy
Reference
interface
BaseLazyReference
<
T
:
Any
>
:
ReadOnlyProperty
<
Any
?
,
T
>
Inheritors
LazyReference
Members
Properties
is
Init
Link copied to clipboard
abstract
val
isInit
:
Boolean
Functions
get
Value
Link copied to clipboard
abstract
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
init
Link copied to clipboard
abstract
fun
init
(
value
:
T
)