core
/
dev.fritz2.validation
/
Validator
/
filter
js
filter
fun
filter
(predicate: (
M
) ->
Boolean
):
Flow
<
List
<
M
>>
Content copied to clipboard
Returns a
Flow
of list containing only
ValidationMessage
s matching the given
predicate
.