Searched refs:throwAnyImpl (Results 1 – 1 of 1) sorted by relevance
29 UncheckedThrow.<RuntimeException>throwAnyImpl(e); in throwAnyException()41 UncheckedThrow.<RuntimeException>throwAnyImpl(e); in throwAnyException()45 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl() method in UncheckedThrow