toggle menu
dsl
10.8.0
common
switch theme
search in API
dsl
/
it.unibo.collektive.field.operations
/
replaceMatching
replace
Matching
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
replaceMatching
(
replaceWith
:
T
,
crossinline
predicate
:
(
T
)
->
Boolean
)
:
Field
<
ID
,
T
>
Returns a new field containing
replaceWith
for each element that satisfies the
predicate
.