ConstCollection

The base interface implemented for a collection type so that base information such as count and its items are available

Every concrete class indirectly implements this interface.

Guides

Interface Synopsis

interface ConstCollection implements HH\Rx\Countable {...}

Public Methods