()
| 120 | }; |
| 121 | |
| 122 | @SuppressWarnings("unchecked") |
| 123 | static <C extends Comparable<?>> Function<Range<C>, Cut<C>> lowerBoundFn() { |
| 124 | return (Function) LOWER_BOUND_FN; |
| 125 | } |
| 126 | |
| 127 | private static final Function<Range, Cut> UPPER_BOUND_FN = new Function<Range, Cut>() { |
| 128 | @Override |
no outgoing calls
no test coverage detected