public static interface FileCollectionSnapshot.Diff
| Modifier and Type | Method and Description |
|---|---|
FileCollectionSnapshot |
applyTo(FileCollectionSnapshot snapshot)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot |
applyTo(FileCollectionSnapshot snapshot,
ChangeListener<FileCollectionSnapshot.Merge> listener)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot applyTo(FileCollectionSnapshot snapshot, ChangeListener<FileCollectionSnapshot.Merge> listener)
snapshot - the snapshot to apply the changes to.listener - the listener to notify of changes. The listener can veto a particular change.FileCollectionSnapshot applyTo(FileCollectionSnapshot snapshot)
snapshot - the snapshot to apply the changes to.Copyright © 2013. All rights reserved