public interface ThrowingRunable<E extends Exception>
default <N extends Exception>ThrowingRunable<N>
mapCheckedException(Function<Exception,N> exceptionMapper)
void
run()
void run() throws E extends Exception
E extends Exception
default <N extends Exception> ThrowingRunable<N> mapCheckedException(Function<Exception,N> exceptionMapper)
Copyright © 2017. All rights reserved.