dsl
Toggle table of contents
13.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
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
.