MCPcopy Index your code
hub / github.com/clojure/clojure / positiveStep

Method positiveStep

src/jvm/clojure/lang/Range.java:39–45  ·  view source on GitHub ↗
(final Object end)

Source from the content-addressed store, hash-verified

37}
38
39private static BoundsCheck positiveStep(final Object end) {
40 return new BoundsCheck() {
41 public boolean exceededBounds(Object val){
42 return Numbers.gte(val, end);
43 }
44 };
45}
46
47private static BoundsCheck negativeStep(final Object end) {
48 return new BoundsCheck() {

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected