Package dev.
  Types
Link copied to clipboard
                abstract class AbstractAndroidCRUDRepo<ObjectType, IdType>(helper: StandardSQLHelper) : ReadCRUDRepo<ObjectType, IdType> 
Content copied to clipboard
Link copied to clipboard
                abstract class AbstractMutableAndroidCRUDRepo<ObjectType, IdType, InputValueType>(    helper: StandardSQLHelper,     replyInFlows: Int = 0,     extraBufferCapacityInFlows: Int = 64) : AbstractAndroidCRUDRepo<ObjectType, IdType> , WriteCRUDRepo<ObjectType, IdType, InputValueType> , CRUDRepo<ObjectType, IdType, InputValueType> 
Content copied to clipboard