Package-level declarations

Types

Link 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>

Properties

Link copied to clipboard
val <T> T.asId: String