Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FilterOperator<T>

A class that holds the filter method and runs the filter on given value.

Type parameters

  • T

    Type of the object that filter will be run against.

Hierarchy

  • FilterOperator

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private method

method: function

The filtering method.

Type declaration

Methods

run

  • Runs the filter against value, and returns true if the value passes the filter, false otherwise.

    Parameters

    Returns boolean

    Did the object pass the filter?

Generated using TypeDoc