Package dev.
          Types
Abstract
                    Link copied to clipboard
                        abstract class AbstractAndroidCRUDRepo<ObjectType, IdType>(helper: StandardSQLHelper) : ReadStandardCRUDRepo<ObjectType, IdType> 
Content copied to clipboard
Abstract
                    Link copied to clipboard
                        abstract class AbstractMutableAndroidCRUDRepo<ObjectType, IdType, InputValueType>(helper: StandardSQLHelper, replyInFlows: Int, extraBufferCapacityInFlows: Int) : AbstractAndroidCRUDRepo<ObjectType, IdType> , WriteStandardCRUDRepo<ObjectType, IdType, InputValueType> , StandardCRUDRepo<ObjectType, IdType, InputValueType> 
Content copied to clipboard