RACTupleSequence Class Reference
| Inherits from | RACSequence : RACStream : NSObject |
| Declared in | RACTupleSequence.h RACTupleSequence.m |
Instance Methods
array
Evaluates the full sequence to produce an equivalently-sized array.
- (NSArray *)arrayDeclared In
RACSequence.hhead
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