public interface SneakyThrowUtils<T,R>
R
apply(T t)
static <T extends Exception,R>R
sneakyThrow(Exception t)
R apply(T t) throws Exception
Exception
static <T extends Exception,R> R sneakyThrow(Exception t) throws T extends Exception
T extends Exception
Copyright © 2020. All rights reserved.