addons
Toggle table of contents
0.83.9
common
Platform filter
common
Switch theme
Search in API
addons
addons
/
de.peekandpoke.karango.addons.softdelete
/
SoftDeletable
/
Mutable
Mutable
interface
Mutable
<
T
>
:
SoftDeletable
Members
Properties
is
Deleted
Link copied to clipboard
open
val
isDeleted
:
Boolean
is
Not
Deleted
Link copied to clipboard
open
val
isNotDeleted
:
Boolean
soft
Delete
Link copied to clipboard
abstract
val
softDelete
:
SoftDelete
?
Functions
with
Soft
Delete
Link copied to clipboard
abstract
fun
withSoftDelete
(
softDelete
:
SoftDelete
?
)
:
T