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 eedeb3d commit ed90570Copy full SHA for ed90570
1 file changed
core/src/main/java/fj/Bounded.java
@@ -0,0 +1,10 @@
1
+package fj;
2
+
3
+public class Bounded<A> {
4
5
+ public interface Definition<A> {
6
+ A min();
7
8
+ A max();
9
+ }
10
+}
0 commit comments