public interface IConflictAction<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doNothing() |
void |
doUpdate(Consumer<IConflictUpdate<T>> consumer) |
boolean |
isDoNothing() |
void doNothing()
void doUpdate(Consumer<IConflictUpdate<T>> consumer)
boolean isDoNothing()
Copyright © 2025. All rights reserved.