open fun keyPathSet(): MutableSet<MutableList<String!>!>!
(source)
Get all the paths in this table.
Paths to intermediary and empty tables are not returned. To include these, use #keyPathSet(boolean)
.
Return
MutableSet<MutableList<String!>!>!: A set containing all the key paths of this table.
abstract fun keyPathSet(includeTables: Boolean): MutableSet<MutableList<String!>!>!
(source)
Get all the paths in this table.
includeTables
- Boolean: If true
, also include paths to intermediary and empty tables.
Return
MutableSet<MutableList<String!>!>!: A set containing all the key paths of this table.