Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created September 4, 2016 19:47
Show Gist options
  • Save lizixroy/53aba14afb976b6dfdb2e4e1e79e96c2 to your computer and use it in GitHub Desktop.
Save lizixroy/53aba14afb976b6dfdb2e4e1e79e96c2 to your computer and use it in GitHub Desktop.
RxSwift-article-4.swift
{ e in
if case .Next(let value) = e {
onNext(value)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment