Documentation

ETCollection documentation

ETMutableCollectionTrait : ETCollectionTrait <ETCollectionMutation>

NSObject and collection class additions like a collection protocol.

AuthorsQuentin Mathe
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