All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.gw2.v2.db.operation.IntlDeleteExtension.kt Maven / Gradle / Ivy

There is a newer version: 3.13.0
Show newest version
package com.bselzer.gw2.v2.db.operation

import com.bselzer.gw2.v2.intl.model.Translation
import com.bselzer.ktx.db.operation.clear
import com.bselzer.ktx.db.transaction.Transaction

/**
 * Clears the [Translation] models.
 */
fun Transaction.clearTranslation() {
    clear()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy