Searched refs:NEGATE_LONG (Results 1 – 1 of 1) sorted by relevance
82 private static final Function<Long, Long> NEGATE_LONG = new Function<Long, Long>() { field in MathTesting161 Iterables.concat(Iterables.transform(POSITIVE_LONG_CANDIDATES, NEGATE_LONG),