Created
March 14, 2016 15:13
-
-
Save broomburgo/b6438d9b65e7570147c9 to your computer and use it in GitHub Desktop.
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
feedbackModelController.deltaSignal | |
.filter { $0.feedback.rawValue < $1.feedback.rawValue} | |
.filter { $1.feedback == .Good || $1.feedback == .ReallyGood } | |
.onReception § eachTime § inAnyCase § showThankYouAlert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment