Interface for all collections
Converts the collection into an array
Checks if the collection is empty or not. Returns true if the collection is empty.
Filters out the values from the collection based on the passed predicate
Converts a collection into a value
Converts an ICollection of type A to an ICollection of type B
A
B
Generated using TypeDoc
Interface for all collections