RACIndexSetSequence Class Reference
| Inherits from | RACSequence : RACStream : NSObject | 
| Declared in | RACIndexSetSequence.h RACIndexSetSequence.m | 
Instance Methods
head
The first object in the sequence, or nil if the sequence is empty.
- (id)headDiscussion
Subclasses must provide an implementation of this method.
Declared In
RACSequence.htail
All but the first object in the sequence, or nil if the sequence is empty.
- (RACSequence *)tailDiscussion
Subclasses must provide an implementation of this method.
Declared In
RACSequence.h