isEmpty

@Contract(pure = true)
fun AbstractDao<*, *>.isEmpty(): Boolean

Checks whether table is empty


fun EditText?.isEmpty(): Boolean

Return

true if the edit text string value is empty or null