treehouse-protocol
/
app.cash.treehouse.protocol
/
TreeDiff
common
Tree
Diff
data class
TreeDiff
(nodeDiffs:
List
<
NodeDiff
>, propertyDiffs:
List
<
PropertyDiff
>)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
List
<
NodeDiff
>
Content copied to clipboard
component2
Link copied to clipboard
common
operator fun
component2
():
List
<
PropertyDiff
>
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(nodeDiffs:
List
<
NodeDiff
> = emptyList(), propertyDiffs:
List
<
PropertyDiff
> = emptyList()):
TreeDiff
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
nodeDiffs
Link copied to clipboard
common
val
nodeDiffs
:
List
<
NodeDiff
>
Content copied to clipboard
propertyDiffs
Link copied to clipboard
common
val
propertyDiffs
:
List
<
PropertyDiff
>
Content copied to clipboard