Declared in NSDictionary+RACSequenceAdditions.h
NSDictionary+RACSequenceAdditions.m

Properties

rac_keySequence

Creates and returns a sequence corresponding to the keys in the receiver.

@property (nonatomic, copy, readonly) RACSequence *rac_keySequence

Discussion

Mutating the receiver will not affect the sequence after it’s been created.

Declared In

NSDictionary+RACSequenceAdditions.h

rac_sequence

Creates and returns a sequence of RACTuple key/value pairs. The key will be the first element in the tuple, and the value will be the second.

@property (nonatomic, copy, readonly) RACSequence *rac_sequence

Discussion

Mutating the receiver will not affect the sequence after it’s been created.

Declared In

NSDictionary+RACSequenceAdditions.h

rac_valueSequence

Creates and returns a sequence corresponding to the values in the receiver.

@property (nonatomic, copy, readonly) RACSequence *rac_valueSequence

Discussion

Mutating the receiver will not affect the sequence after it’s been created.

Declared In

NSDictionary+RACSequenceAdditions.h