toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
State
/
HookUpdaterLambda
Hook
Updater
Lambda
inner
class
HookUpdaterLambda
(
val
newValueFunction
:
(
T
)
->
T
)
:
HookUpdater
Members
Constructors
Hook
Updater
Lambda
Link copied to clipboard
constructor
(
newValueFunction
:
(
T
)
->
T
)
Properties
new
Value
Function
Link copied to clipboard
val
newValueFunction
:
(
T
)
->
T
Functions
get
Updated
State
Container
Link copied to clipboard
open
override
fun
getUpdatedStateContainer
(
currentState
:
KStateContainer
)
:
KStateContainer
Get a
KStateContainer
instance with updates applied.