library
/
com.secoo.coobox.library.support
/
Lazy
Lazy
private class
Lazy
<
T
,
V
>(initializer: (
T
,
KProperty
<*>) ->
V
) :
ReadOnlyProperty
<
T
,
V
>
Content copied to clipboard
Types
Functions
Properties
Types
EMPTY
Link copied to clipboard
private object
EMPTY
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getValue
Link copied to clipboard
open operator override fun
getValue
(thisRef:
T
, property:
KProperty
<*>):
V
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
initializer
Link copied to clipboard
private val
initializer
: (
T
,
KProperty
<*>) ->
V
Content copied to clipboard
value
Link copied to clipboard
private var
value
:
Any
?
Content copied to clipboard