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 b602a2c commit ea6fcc7Copy full SHA for ea6fcc7
1 file changed
core/src/main/java/fj/Bounded.java
@@ -47,6 +47,4 @@ public A max() {
47
});
48
}
49
50
- public static final Bounded<Integer> integerBounded = bounded(Integer.MIN_VALUE, Integer.MAX_VALUE);
51
-
52
0 commit comments