invoke

abstract operator fun invoke(vararg args: Any?): R

Execute this transaction, invoking the associated SQLiteTransactor function.

Return

the result of the transactor function.

Parameters

args

Arguments to pass to the transactor function.