Skip to content

Commit

Permalink
Bring back special selector handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 14, 2025
1 parent b03c130 commit 92ba951
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ public static boolean isZeroOrGreater(final double value) {
return value >= 0;
}

public static int subtract2(final int value) {
return value - 2;
}

public static long to0(final long value) {
return value - 1;
}
Expand Down
Loading

0 comments on commit 92ba951

Please sign in to comment.