Skip to content

Commit 0083c80

Browse files
committed
add bounded for integers
1 parent 78b3f76 commit 0083c80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/main/java/fj/Bounded.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ public A max() {
3939
}
4040
});
4141
}
42+
43+
public static final Bounded<Integer> integerBounded = bounded(Integer.MIN_VALUE, Integer.MAX_VALUE);
44+
4245
}

0 commit comments

Comments
 (0)