mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-15 08:44:08 -05:00
@@ -9,6 +9,6 @@ package suwayomi.tachidesk.manga.impl.util.lang
|
||||
|
||||
import org.jetbrains.exposed.sql.Query
|
||||
|
||||
fun Query.isEmpty() = this.count() == 0L
|
||||
fun Query.isEmpty() = this.empty()
|
||||
|
||||
fun Query.isNotEmpty() = !this.isEmpty()
|
||||
|
||||
Reference in New Issue
Block a user