method-combinators icon indicating copy to clipboard operation
method-combinators copied to clipboard

added branchOn combinator

Open ludicast opened this issue 13 years ago • 0 comments

The branchOn combinator lets you put some logic in the class declaration.

requestSoda:
  locateWaiter \
  placeOrder \
  branchOn(customerBMI)
    success: bringJumbo
    failure: callCopsOnLardass

I'll add documentation for any of these orphaned combinators your repo adopts (I always TDD them so the tests demonstrate usage).

ludicast avatar Nov 19 '12 05:11 ludicast