csv
/
io.github.kotools.csv.reader
/
Reader
/
filter
filter
abstract fun
filter
(predicate:
T
.() ->
Boolean
)
Content copied to clipboard
Optional
function for filtering records according to the given
predicate
.