filter


Description:

[ Version ( since = "0.15.0" ) ]
public Array? filter (BooleanArray filter, FilterOptions? options) throws Error

Parameters:

this

A Array.

filter

The values indicates which values should be filtered out.

options

A FilterOptions.

Returns:

The Array filtered with a boolean selection filter. Nulls in the filter will result in nulls in the output.