Gets an Intl.Collator instance that is shared by all callers. To be used to efficiently perform language-sensitive string comparison. The returned collator object uses default locales and options.
property names as string in dot notation or as array of property names
an array of nested property names
property names as string in dot notation or as array of property names
a Coaty object
the value of the nested properties of the given object
Determines whether the given object matches the given context filter.
Note that if you pass in an ObjectFilter
, only the filter conditions are
heeded for the result.
The object to pass the filter on.
The context filter to apply.
true on match; false otherwise
Generated using TypeDoc
Provides a static
matchesFilter
method to match an object against a given object filter. Useful for retrieving matching objects on Query events without using a database adapter. Also useful to filter out Coaty objects that match given filter conditions before publishing with Advertise or Channel events.