treehouse-protocol
/
app.cash.treehouse.protocol
/
NodeDiff
common
Node
Diff
sealed class
NodeDiff
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Clear
Link copied to clipboard
common
object
Clear
:
NodeDiff
Content copied to clipboard
Insert
Link copied to clipboard
common
data class
Insert
(id:
Long
, childId:
Long
, kind:
Int
, index:
Int
) :
NodeDiff
Content copied to clipboard
Move
Link copied to clipboard
common
data class
Move
(id:
Long
, fromIndex:
Int
, toIndex:
Int
, count:
Int
) :
NodeDiff
Content copied to clipboard
Remove
Link copied to clipboard
common
data class
Remove
(id:
Long
, index:
Int
, count:
Int
) :
NodeDiff
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
common
abstract val
id
:
Long
Content copied to clipboard
Inheritors
NodeDiff
Link copied to clipboard
NodeDiff
Link copied to clipboard
NodeDiff
Link copied to clipboard
NodeDiff
Link copied to clipboard