From 6afba13a1f198c60516ec1fb3b0c25b449d68dc6 Mon Sep 17 00:00:00 2001 From: Ryo Aoyama Date: Tue, 21 Aug 2018 22:46:49 +0900 Subject: [PATCH] Fix docs --- Sources/DifferentiableSection.swift | 2 +- docs/Protocols.html | 2 +- docs/Protocols/DifferentiableSection.html | 2 +- docs/search.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/DifferentiableSection.swift b/Sources/DifferentiableSection.swift index fd4aead..0c0ec18 100644 --- a/Sources/DifferentiableSection.swift +++ b/Sources/DifferentiableSection.swift @@ -1,4 +1,4 @@ -/// Represents the section of collection that has model and elements that identified and can be compared to whether has updated. +/// Represents the section of collection that can be identified and compared to whether has updated. public protocol DifferentiableSection: Differentiable { /// A type representing the elements in section. associatedtype Collection: Swift.Collection where Collection.Element: Differentiable diff --git a/docs/Protocols.html b/docs/Protocols.html index f4534b5..ae42e94 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -127,7 +127,7 @@

Declaration

-

Represents the section of collection that has model and elements that identified and can be compared to whether has updated.

+

Represents the section of collection that can be identified and compared to whether has updated.

See more
diff --git a/docs/Protocols/DifferentiableSection.html b/docs/Protocols/DifferentiableSection.html index 21c9fd2..4e242f0 100644 --- a/docs/Protocols/DifferentiableSection.html +++ b/docs/Protocols/DifferentiableSection.html @@ -82,7 +82,7 @@

DifferentiableSection

-

Represents the section of collection that has model and elements that identified and can be compared to whether has updated.

+

Represents the section of collection that can be identified and compared to whether has updated.

diff --git a/docs/search.json b/docs/search.json index f56b2a0..9215d18 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -{"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathV7elementSivp":{"name":"element","abstract":"

The element index (or offset) of this path.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathV7sectionSivp":{"name":"section","abstract":"

The section index (or offset) of this path.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathVACSi7element_Si7sectiontcfc":{"name":"init(element:section:)","abstract":"

Creates a new ElementPath.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"ElementPath"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV4dataxvp":{"name":"data","abstract":"

The collection after changed.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14sectionDeletedSaySiGvp":{"name":"sectionDeleted","abstract":"

The offsets of deleted sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV15sectionInsertedSaySiGvp":{"name":"sectionInserted","abstract":"

The offsets of inserted sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14sectionUpdatedSaySiGvp":{"name":"sectionUpdated","abstract":"

The offsets of updated sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV12sectionMovedSaySi6source_Si6targettGvp":{"name":"sectionMoved","abstract":"

The pairs of source and target offset of moved sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14elementDeletedSayAA11ElementPathVGvp":{"name":"elementDeleted","abstract":"

The paths of deleted elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV15elementInsertedSayAA11ElementPathVGvp":{"name":"elementInserted","abstract":"

The paths of inserted elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14elementUpdatedSayAA11ElementPathVGvp":{"name":"elementUpdated","abstract":"

The paths of updated elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp":{"name":"elementMoved","abstract":"

The pairs of source and target path of moved elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV11changeCountSivp":{"name":"changeCount","abstract":"

The number of all changes.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV10hasChangesSbvp":{"name":"hasChanges","abstract":"

A Boolean value indicating whether has changes.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetVACyxGx4data_SaySiG14sectionDeletedAF0E8InsertedAF0E7UpdatedSaySi6source_Si6targettG0E5MovedSayAA11ElementPathVG07elementF0AP0nG0AP0nH0SayAoJ_AoKtG0nK0tcfc":{"name":"init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)","abstract":"

Creates a new Changeset.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"Changeset"},"Structs/Changeset.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Changeset"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV5modelxvp":{"name":"model","abstract":"

The model of section for differentiated with other section.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV8elementsSayq_Gvp":{"name":"elements","abstract":"

The array of element in the section.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV20differenceIdentifier0aF0Qzvp":{"name":"differenceIdentifier","abstract":"

An identifier value that of model for difference calculation.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionVACyxq_Gx5model_qd__8elementstc7ElementQyd__Rs_s10CollectionRd__lufc":{"name":"init(model:elements:)","abstract":"

Creates a section with the model and the elements.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionVACyxq_GAD6source_qd__8elementstc7ElementQyd__Rs_s10CollectionRd__lufc":{"name":"init(source:elements:)","abstract":"

Creates a new section reproducing the given source section with replacing the elements.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV14isContentEqualSbACyxq_G2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of self is equals to the content of","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"ArraySection"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV4baseypvp":{"name":"base","abstract":"

The value wrapped by this instance.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV20differenceIdentifiers0C8HashableVvp":{"name":"differenceIdentifier","abstract":"

A type-erased identifier value for difference calculation.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableVACxcAA0D0Rzlufc":{"name":"init(_:)","abstract":"

Creates a type-erased differentiable value that wraps the given instance.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV14isContentEqualSbAC2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of base is equals to the content of the given source value.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"AnyDifferentiable"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVACyxGqd__cs10CollectionRd__AA0D0VyxG7ElementRtd__lufc":{"name":"init(_:)","abstract":"

Creates a new StagedChangeset.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA14Differentiable7ElementRpzrlEACyxGx6source_x6targettcfc":{"name":"init(source:target:)","abstract":"

Creates a new StagedChangeset from the two collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA14Differentiable7ElementRpzrlEACyxGx6source_x6targetSi7sectiontcfc":{"name":"init(source:target:section:)","abstract":"

Creates a new StagedChangeset from the two collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA21DifferentiableSection7ElementRpzrlEACyxGx6source_x6targettcfc":{"name":"init(source:target:)","abstract":"

Creates a new StagedChangeset from the two sectioned collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s26RangeReplaceableCollectionPxycfc":{"name":"init()","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP10startIndex0C0Qzvp":{"name":"startIndex","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP8endIndex0C0Qzvp":{"name":"endIndex","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP5index5IndexQzAE5after_tF":{"name":"index(after:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s17MutableCollectionP7ElementQz5IndexQzcip":{"name":"subscript(_:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s26RangeReplaceableCollectionP15replaceSubrangeys0A0Vy5IndexQzG_qd__4withts0C0Rd__7ElementQyd__AKRtzlF":{"name":"replaceSubrange(_:with:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s25ExpressibleByArrayLiteralPx0cD7ElementQz05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html":{"name":"StagedChangeset","abstract":"

An ordered collection of Changeset as staged set of changes in the sectioned collection.

"},"Structs/AnyDifferentiable.html":{"name":"AnyDifferentiable","abstract":"

A type-erased differentiable value.

"},"Structs/ArraySection.html":{"name":"ArraySection","abstract":"

A differentiable section with model and array of elements.

"},"Structs/Changeset.html":{"name":"Changeset","abstract":"

A set of changes in the sectioned collection.

"},"Structs/ElementPath.html":{"name":"ElementPath","abstract":"

Represents the path to a specific element in a tree of nested collections.

"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionP10Collection":{"name":"Collection","abstract":"

A type representing the elements in section.

","parent_name":"DifferentiableSection"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionP8elements10CollectionQzvp":{"name":"elements","abstract":"

The collection of element in the section.

","parent_name":"DifferentiableSection"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionPxx6source_qd__8elementstcs10CollectionRd__AF_7ElementQZAGRtd__lufc":{"name":"init(source:elements:)","abstract":"

Creates a new section reproducing the given source section with replacing the elements.

","parent_name":"DifferentiableSection"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP0A10Identifier":{"name":"DifferenceIdentifier","abstract":"

A type representing the identifier.

","parent_name":"Differentiable"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP20differenceIdentifier0aE0Qzvp":{"name":"differenceIdentifier","abstract":"

An identifier value for difference calculation.

","parent_name":"Differentiable"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP14isContentEqualSbx2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of self is equals to the content of","parent_name":"Differentiable"},"Protocols/Differentiable.html":{"name":"Differentiable","abstract":"

Represents the value that identified and can be compared to whether has updated.

"},"Protocols/DifferentiableSection.html":{"name":"DifferentiableSection","abstract":"

Represents the section of collection that has model and elements that identified and can be compared to whether has updated.

"},"Extensions/UICollectionView.html#/s:So16UICollectionViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UICollectionView"},"Extensions/UITableView.html#/s:So11UITableViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SC0aB12RowAnimationOyXK4withSbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:with:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UITableView"},"Extensions/UITableView.html#/s:So11UITableViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SC0aB12RowAnimationOyXK014deleteSectionsJ0AJyXK06insertlJ0AJyXK0elJ0AJyXK0k4RowsJ0AJyXK0mnJ0AJyXK0enJ0SbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:deleteSectionsAnimation:insertSectionsAnimation:reloadSectionsAnimation:deleteRowsAnimation:insertRowsAnimation:reloadRowsAnimation:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UITableView"},"Extensions/UITableView.html":{"name":"UITableView"},"Extensions/UICollectionView.html":{"name":"UICollectionView"},"Extensions.html":{"name":"Extensions","abstract":"

The following extensions are available globally.

"},"Protocols.html":{"name":"Protocols","abstract":"

The following protocols are available globally.

"},"Structs.html":{"name":"Structures","abstract":"

The following structures are available globally.

"}} \ No newline at end of file +{"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathV7elementSivp":{"name":"element","abstract":"

The element index (or offset) of this path.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathV7sectionSivp":{"name":"section","abstract":"

The section index (or offset) of this path.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:13DifferenceKit11ElementPathVACSi7element_Si7sectiontcfc":{"name":"init(element:section:)","abstract":"

Creates a new ElementPath.

","parent_name":"ElementPath"},"Structs/ElementPath.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"ElementPath"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV4dataxvp":{"name":"data","abstract":"

The collection after changed.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14sectionDeletedSaySiGvp":{"name":"sectionDeleted","abstract":"

The offsets of deleted sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV15sectionInsertedSaySiGvp":{"name":"sectionInserted","abstract":"

The offsets of inserted sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14sectionUpdatedSaySiGvp":{"name":"sectionUpdated","abstract":"

The offsets of updated sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV12sectionMovedSaySi6source_Si6targettGvp":{"name":"sectionMoved","abstract":"

The pairs of source and target offset of moved sections.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14elementDeletedSayAA11ElementPathVGvp":{"name":"elementDeleted","abstract":"

The paths of deleted elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV15elementInsertedSayAA11ElementPathVGvp":{"name":"elementInserted","abstract":"

The paths of inserted elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV14elementUpdatedSayAA11ElementPathVGvp":{"name":"elementUpdated","abstract":"

The paths of updated elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp":{"name":"elementMoved","abstract":"

The pairs of source and target path of moved elements.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV11changeCountSivp":{"name":"changeCount","abstract":"

The number of all changes.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetV10hasChangesSbvp":{"name":"hasChanges","abstract":"

A Boolean value indicating whether has changes.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:13DifferenceKit9ChangesetVACyxGx4data_SaySiG14sectionDeletedAF0E8InsertedAF0E7UpdatedSaySi6source_Si6targettG0E5MovedSayAA11ElementPathVG07elementF0AP0nG0AP0nH0SayAoJ_AoKtG0nK0tcfc":{"name":"init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)","abstract":"

Creates a new Changeset.

","parent_name":"Changeset"},"Structs/Changeset.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"Changeset"},"Structs/Changeset.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"Changeset"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV5modelxvp":{"name":"model","abstract":"

The model of section for differentiated with other section.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV8elementsSayq_Gvp":{"name":"elements","abstract":"

The array of element in the section.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV20differenceIdentifier0aF0Qzvp":{"name":"differenceIdentifier","abstract":"

An identifier value that of model for difference calculation.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionVACyxq_Gx5model_qd__8elementstc7ElementQyd__Rs_s10CollectionRd__lufc":{"name":"init(model:elements:)","abstract":"

Creates a section with the model and the elements.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionVACyxq_GAD6source_qd__8elementstc7ElementQyd__Rs_s10CollectionRd__lufc":{"name":"init(source:elements:)","abstract":"

Creates a new section reproducing the given source section with replacing the elements.

","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:13DifferenceKit12ArraySectionV14isContentEqualSbACyxq_G2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of self is equals to the content of","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"ArraySection"},"Structs/ArraySection.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"ArraySection"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV4baseypvp":{"name":"base","abstract":"

The value wrapped by this instance.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV20differenceIdentifiers0C8HashableVvp":{"name":"differenceIdentifier","abstract":"

A type-erased identifier value for difference calculation.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableVACxcAA0D0Rzlufc":{"name":"init(_:)","abstract":"

Creates a type-erased differentiable value that wraps the given instance.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:13DifferenceKit17AnyDifferentiableV14isContentEqualSbAC2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of base is equals to the content of the given source value.

","parent_name":"AnyDifferentiable"},"Structs/AnyDifferentiable.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"AnyDifferentiable"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVACyxGqd__cs10CollectionRd__AA0D0VyxG7ElementRtd__lufc":{"name":"init(_:)","abstract":"

Creates a new StagedChangeset.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA14Differentiable7ElementRpzrlEACyxGx6source_x6targettcfc":{"name":"init(source:target:)","abstract":"

Creates a new StagedChangeset from the two collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA14Differentiable7ElementRpzrlEACyxGx6source_x6targetSi7sectiontcfc":{"name":"init(source:target:section:)","abstract":"

Creates a new StagedChangeset from the two collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:13DifferenceKit15StagedChangesetVAAs26RangeReplaceableCollectionRzAA21DifferentiableSection7ElementRpzrlEACyxGx6source_x6targettcfc":{"name":"init(source:target:)","abstract":"

Creates a new StagedChangeset from the two sectioned collections.

","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s26RangeReplaceableCollectionPxycfc":{"name":"init()","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP10startIndex0C0Qzvp":{"name":"startIndex","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP8endIndex0C0Qzvp":{"name":"endIndex","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s10CollectionP5index5IndexQzAE5after_tF":{"name":"index(after:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s17MutableCollectionP7ElementQz5IndexQzcip":{"name":"subscript(_:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s26RangeReplaceableCollectionP15replaceSubrangeys0A0Vy5IndexQzG_qd__4withts0C0Rd__7ElementQyd__AKRtzlF":{"name":"replaceSubrange(_:with:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s9EquatableP2eeoiSbx_xtFZ":{"name":"==(_:_:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s25ExpressibleByArrayLiteralPx0cD7ElementQz05arrayD0d_tcfc":{"name":"init(arrayLiteral:)","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html#/s:s28CustomDebugStringConvertibleP16debugDescriptionSSvp":{"name":"debugDescription","parent_name":"StagedChangeset"},"Structs/StagedChangeset.html":{"name":"StagedChangeset","abstract":"

An ordered collection of Changeset as staged set of changes in the sectioned collection.

"},"Structs/AnyDifferentiable.html":{"name":"AnyDifferentiable","abstract":"

A type-erased differentiable value.

"},"Structs/ArraySection.html":{"name":"ArraySection","abstract":"

A differentiable section with model and array of elements.

"},"Structs/Changeset.html":{"name":"Changeset","abstract":"

A set of changes in the sectioned collection.

"},"Structs/ElementPath.html":{"name":"ElementPath","abstract":"

Represents the path to a specific element in a tree of nested collections.

"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionP10Collection":{"name":"Collection","abstract":"

A type representing the elements in section.

","parent_name":"DifferentiableSection"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionP8elements10CollectionQzvp":{"name":"elements","abstract":"

The collection of element in the section.

","parent_name":"DifferentiableSection"},"Protocols/DifferentiableSection.html#/s:13DifferenceKit21DifferentiableSectionPxx6source_qd__8elementstcs10CollectionRd__AF_7ElementQZAGRtd__lufc":{"name":"init(source:elements:)","abstract":"

Creates a new section reproducing the given source section with replacing the elements.

","parent_name":"DifferentiableSection"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP0A10Identifier":{"name":"DifferenceIdentifier","abstract":"

A type representing the identifier.

","parent_name":"Differentiable"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP20differenceIdentifier0aE0Qzvp":{"name":"differenceIdentifier","abstract":"

An identifier value for difference calculation.

","parent_name":"Differentiable"},"Protocols/Differentiable.html#/s:13DifferenceKit14DifferentiableP14isContentEqualSbx2to_tF":{"name":"isContentEqual(to:)","abstract":"

Indicate whether the content of self is equals to the content of","parent_name":"Differentiable"},"Protocols/Differentiable.html":{"name":"Differentiable","abstract":"

Represents the value that identified and can be compared to whether has updated.

"},"Protocols/DifferentiableSection.html":{"name":"DifferentiableSection","abstract":"

Represents the section of collection that can be identified and compared to whether has updated.

"},"Extensions/UICollectionView.html#/s:So16UICollectionViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UICollectionView"},"Extensions/UITableView.html#/s:So11UITableViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SC0aB12RowAnimationOyXK4withSbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:with:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UITableView"},"Extensions/UITableView.html#/s:So11UITableViewC13DifferenceKitE6reloadyAC15StagedChangesetVyxG5using_SC0aB12RowAnimationOyXK014deleteSectionsJ0AJyXK06insertlJ0AJyXK0elJ0AJyXK0k4RowsJ0AJyXK0mnJ0AJyXK0enJ0SbAC0G0VyxGcSg9interruptyxc7setDatats10CollectionRzlF":{"name":"reload(using:deleteSectionsAnimation:insertSectionsAnimation:reloadSectionsAnimation:deleteRowsAnimation:insertRowsAnimation:reloadRowsAnimation:interrupt:setData:)","abstract":"

Applies multiple animated updates in stages using StagedChangeset.

","parent_name":"UITableView"},"Extensions/UITableView.html":{"name":"UITableView"},"Extensions/UICollectionView.html":{"name":"UICollectionView"},"Extensions.html":{"name":"Extensions","abstract":"

The following extensions are available globally.

"},"Protocols.html":{"name":"Protocols","abstract":"

The following protocols are available globally.

"},"Structs.html":{"name":"Structures","abstract":"

The following structures are available globally.

"}} \ No newline at end of file