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)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