kotlin-spark-api-parent_3.3.2_2.13
1.2.4
jvm
kotlin-spark-api_3.3.2_2.13
/
org.jetbrains.kotlinx.spark.api
/
filter
filter
fun
<
T
>
Iterator
<
T
>
.
filter
(
predicate
:
(
T
)
->
Boolean
)
:
Iterator
<
T
>
Filters the values of the iterator lazily using
predicate
.