Package io.higson.runtime.sync
Class SyncResult<T>
java.lang.Object
io.higson.runtime.sync.SyncResult<T>
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreated(T t) voidaddDeleted(T t) voidaddUpdated(T t) booleanbooleanbooleanbooleantoString()
-
Constructor Details
-
SyncResult
public SyncResult()
-
-
Method Details