ComplexBatchItem

The ComplexBatchItem interface is useful to execute the syncBatch method with complex custom object with different values to synchronize. For example:


     public class Car {

         private String model;

         private String plate;

         // constr, getter, setter ...

     }

Author

N7ghtm4r3 - Tecknobit

Inheritors

Functions

Link copied to clipboard
@NotNull
abstract fun mappedValues(): @NotNull List<out Any>
Method used to customize the instances of the complex object are to use in the synchronization