Searched refs:newOneTimeExceptionThrower (Results 1 – 1 of 1) sorted by relevance
361 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()377 Futures.transform(exceptionInput, newOneTimeExceptionThrower()); in testTransformExceptionRemainsMemoized()398 private static Function<Integer, Integer> newOneTimeExceptionThrower() { in newOneTimeExceptionThrower() method in FuturesTest