Helpful
    Preparing search index...

    Interface IZDataMatch<TData, TFilter>

    Represents an object which can match data to a filter query.

    interface IZDataMatch<TData, TFilter> {
        match(data: TData, filter: TFilter): boolean;
    }

    Type Parameters

    • TData

      The type of data being matched.

    • TFilter

      The type of filter that helps relate to the data.

    Implemented by

    Index

    Methods

    Methods