Match functions and results

Report a typo

Match the filter function with its description:

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
___

Create a free account to access the full topic