Abstract
Collection backed by a Solid.js Store
Construct store backed collection
Private
Readonly
Create a new instance of an object
Id
Type
Instance
Context
Optional
Data
Delete an object
Iterable of key, value pairs in the map
Iterable
Filter the collection by a given predicate
Predicate to satisfy
Find some value based on a predicate
Execute a provided function over each key, value pair in the map
Callback for each pair
Get an existing object
Object
Check whether an id exists in the Collection
Whether it exists
Check whether an object is partially defined
Whether it is a partial
Iterable of keys in the map
Map the collection using a given callback
Callback
Number of stored objects
Size
List of values in the map
List
Iterable of values in the map
Generated using TypeDoc
Collection backed by a Solid.js Store