Skip to content

Commit

Permalink
Add clojure.lang.IReducible interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera authored and mikera committed Dec 2, 2011
1 parent 48cf262 commit 6a36d5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jvm/clojure/lang/IReducible.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package clojure.lang;

public interface IReducible {
Object reduce(IFn function, Object value);
}

0 comments on commit 6a36d5d

Please sign in to comment.