Skip to content

Instantly share code, notes, and snippets.

@joeriks
Created December 14, 2013 14:26
Show Gist options
  • Select an option

  • Save joeriks/7959769 to your computer and use it in GitHub Desktop.

Select an option

Save joeriks/7959769 to your computer and use it in GitHub Desktop.
trying out SelectIf syntax for FnX
var result = someTest()
.SelectIf(someOtherTest)
.SelectIf(aThirdTest);
if any test fails, the tests will not continue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment