Skip to contents

Constructs a list from those elements of the input list for which the lambda function returns true.

Arguments

list

ANY[]

lambda

LAMBDA

Examples