RACSignalSequence Class Reference
Inherits from | RACSequence : RACStream : NSObject |
Declared in | RACSignalSequence.h RACSignalSequence.m |
Instance Methods
array
Evaluates the full sequence to produce an equivalently-sized array.
- (NSArray *)array
Declared In
RACSequence.h
head
The first object in the sequence, or nil if the sequence is empty.
- (id)head
Discussion
Subclasses must provide an implementation of this method.
Declared In
RACSequence.h
tail
All but the first object in the sequence, or nil if the sequence is empty.
- (RACSequence *)tail
Discussion
Subclasses must provide an implementation of this method.
Declared In
RACSequence.h