dsl
Toggle table of contents
16.0.0
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.field.operations
/
replaceMatchingWithId
replace
Matching
With
Id
inline
fun
<
ID
:
Any
,
T
>
Field
<
ID
,
T
>
.
replaceMatchingWithId
(
replaceWith
:
T
,
crossinline
predicate
:
(
ID
,
T
)
->
Boolean
)
:
Field
<
ID
,
T
>
Returns a new field containing
replaceWith
for each element that satisfies the
predicate
.