Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove subscribe(Map<String, Object>) and cleanup Functions.from #3

Merged
merged 2 commits into from
Aug 29, 2013

Commits on Aug 29, 2013

  1. Configuration menu
    Copy the full SHA
    885de91 View commit details
    Browse the repository at this point in the history
  2. Remove subscribe(Map<String, Object>)

    We considered it being <String, Action> but that is also awkward as it's not a real functional interface.
    Also because of type erasure extension methods aren't super helpful here as Map<String, Action> collides with Map<String, Closure>
    benjchristensen committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    f8bacd4 View commit details
    Browse the repository at this point in the history