|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConflictResolver<T>
Implement to encode your conflict resolution strategy when faced with sibling values.
| Method Summary | |
|---|---|
T |
resolve(Collection<T> siblings)
Applies encoded logic to produce a single value from a Collection of sibling values. |
| Method Detail |
|---|
T resolve(Collection<T> siblings)
siblings -
T
UnresolvedConflictException - if it cannot determine a single value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||