We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b3f76 commit 0083c80Copy full SHA for 0083c80
1 file changed
core/src/main/java/fj/Bounded.java
@@ -39,4 +39,7 @@ public A max() {
39
}
40
});
41
42
+
43
+ public static final Bounded<Integer> integerBounded = bounded(Integer.MIN_VALUE, Integer.MAX_VALUE);
44
45
0 commit comments