Filters join points according to the given rules.

Object where each key represents the name of a join point attribute, and the value the pattern that we will use to match against the attribute. The pattern can be a string (exact match), a regex or a function that receives the attribute and returns a boolean.

Use the javascript .filter() method instead.

Constructors

Methods

Constructors

Methods