toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
RecyclerBinderUpdateCallback
/
Operation
Operation
class
Operation
(
val
type
:
Int
,
val
index
:
Int
,
val
toIndex
:
Int
,
val
componentContainers
:
List
<
RecyclerBinderUpdateCallback.ComponentContainer
>
?
,
val
dataContainers
:
List
<
Diff
<
*
>
>
)
Members
Constructors
Operation
Link copied to clipboard
constructor
(
type
:
Int
,
index
:
Int
,
toIndex
:
Int
,
componentContainers
:
List
<
RecyclerBinderUpdateCallback.ComponentContainer
>
?
,
dataContainers
:
List
<
Diff
<
*
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
component
Containers
Link copied to clipboard
val
componentContainers
:
List
<
RecyclerBinderUpdateCallback.ComponentContainer
>
?
data
Containers
Link copied to clipboard
val
dataContainers
:
List
<
Diff
<
*
>
>
index
Link copied to clipboard
val
index
:
Int
to
Index
Link copied to clipboard
val
toIndex
:
Int
type
Link copied to clipboard
val
type
:
Int