toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
Ref
Ref
class
Ref
<
T
>
(
value
:
T
)
A simple mutable holder of a value.
Members
Constructors
Ref
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
@get:
UiThread
@set:
UiThread
var
value
:
T