IReadOnlyObservableSet.intersection - Andrei15193/react-model-view-viewmodel GitHub Wiki

API / IReadOnlyObservableSet<TItem> / intersection method

Generates a set that contains the items contained by both the current and provided collection.

intersection(
  other: Iterable<TItem> | ISetLike<TItem> | Set<TItem>
): Set<TItem>

Source reference: src/collections/observableSet/IReadOnlyObservableSet.ts:90.

Parameters

Returns: Set<TItem>

Returns a set that contains the items contained by both the current and provided collection.

See also

⚠️ **GitHub.com Fallback** ⚠️