ConstCollection::items

Get access to the items in the collection

public function items(): HH\Rx\Iterable<Te>;

Can be empty.

Returns

  • HH\Rx\Iterable<Te> - Returns an Iterable with access to all of the items in the collection.