FilterCollectionViewIndex

struct FilterCollectionViewIndex<Base : CollectionType>

The Index used for subscripting a FilterCollectionView

Inheritance Equatable, ForwardIndexType, _ForwardIndexType, _Incrementable View Protocol Hierarchy →
Import import Swift

Instance Methods

func successor()

Returns the next consecutive value after self.

Requires: the next value is representable.

Declaration

func successor() -> FilterCollectionViewIndex<Base>