toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.entity
/
removeIf
remove
If
fun
<
E
:
Any
,
T
:
BaseTable
<
E
>
>
EntitySequence
<
E
,
T
>
.
removeIf
(
predicate
:
(
T
)
->
ColumnDeclaring
<
Boolean
>
)
:
Int
(
source
)
Remove all the elements of this sequence that satisfy the given
predicate
.
Since
2.7