Documentation

ETCollectionHOM

ETCollectionHOMFilterIntegration

ETCollection optional protocol to support the filter operation.

AuthorsGenerated by qmathe
Declared inETCollection+HOM.h

Overview

The ETCollectionHOMFilterIntegration protocol defines a hook that collections can use to tie into higher-order messaging if they need special treatment of their elements.


Default

- (void) placeObject: (id)anObject atIndex: (NSUInteger)index inCollection: (id <ETCollectionMutation> *)aTarget basedOnFilter: (BOOL)shallInclude info: (id)info

This method will be called by the filter proxy.