contains

inline operator fun contains(id: TableRowId): Boolean(source)

Whether the table contains a row with the provided id.


inline operator fun contains(value: T): Boolean(source)

Whether the table contains a row with the provided value.