Filter constructor

Filter(
  1. Object arrayOrSet,
  2. Lambda lambda
)

Implementation

Filter(this.arrayOrSet, this.lambda);