Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "catalogs/FilteredCatalog"

Index

Type aliases

FilteredCatalogPredicate

FilteredCatalogPredicate<TCatalog>: function

A predicate for 'FilteredCatalog' class.

param

The current class.

param

The zero-based index inside the container.

param

The underlying catalog.

returns

Class matches criteria or not.

Type parameters

Type declaration

    • (cls: any, index: number, catalog: TCatalog): boolean
    • Parameters

      • cls: any
      • index: number
      • catalog: TCatalog

      Returns boolean

Generated using TypeDoc