Searched refs:TO_BIGINTEGER (Results 1 – 1 of 1) sorted by relevance
67 private static final Function<Long, BigInteger> TO_BIGINTEGER = field in MathTesting182 bigValues.addAll(Iterables.transform(POSITIVE_LONG_CANDIDATES, TO_BIGINTEGER)); in Iterables.transform() argument