Documentation

ETCollection documentation

ETMutableCollectionTrait : ETCollectionTrait <ETCollectionMutation>

A basic and reusable ETCollectionMutation implementation.

AuthorsGenerated by qmathe
Declared inETCollection.h

Overview

This trait implements all ETCollectionMutation protocol methods, except -insertObject:atIndex:hint: and -removeObject:atIndex:hint: , for which concrete implementations must be provided by the target class.

Any method provided by ETMutableCollectionTrait can be overriden by implementing the method in the target class.

For a use case example, see ETCollectionTrait.


No public API available