Match the filter function with its description:
Filtering elements in collection
Match functions and results
Report a typo
Match the items from left and right columns
filterIsInstance()
filter()
partition()
filterIndexed()
filterNot()
Will split the collection in two according to the predicate
Will return the elements that don't match the predicate
Will return a collection with the elements of the type indicated
Will return a collection with the elements that match the predicate
Will return a collection that satisfies the result of evaluating the predicate on the index and the element
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.