Created
September 4, 2016 19:47
-
-
Save lizixroy/53aba14afb976b6dfdb2e4e1e79e96c2 to your computer and use it in GitHub Desktop.
RxSwift-article-4.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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