toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.entity
/
all
all
inline
fun
<
E
:
Any
,
T
:
BaseTable
<
E
>
>
EntitySequence
<
E
,
T
>
.
all
(
predicate
:
(
T
)
->
ColumnDeclaring
<
Boolean
>
)
:
Boolean
(
source
)
Return
true
if all elements match the given
predicate
.
The operation is terminal.