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 fe19604 commit 5b6fafcCopy full SHA for 5b6fafc
core/src/main/java/fj/Bounded.java
@@ -4,7 +4,7 @@
4
* The Bounded class is used to name the upper and lower limits of a type.
5
* Ord is not a superclass of Bounded since types that are not totally ordered may also have upper and lower bounds.
6
*/
7
-public class Bounded<A> {
+public final class Bounded<A> {
8
9
private final Definition<A> def;
10
0 commit comments