Skip to content

Instantly share code, notes, and snippets.

@ryanabel03
Created June 5, 2013 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanabel03/5717818 to your computer and use it in GitHub Desktop.
Save ryanabel03/5717818 to your computer and use it in GitHub Desktop.
[[[self.propertyA sendSomeInterestingMessage]
flattenMap:^RACStream *(SomeOtherObject *param1) {
return [self.someProperty someMessage:param1.property];
}]
subscribeError:^(NSError *error) {
[self.someRacSubject sendNext:nil];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment