Interface TryModule


interface TryModule
  • Method Details

    • isFatal

      static boolean isFatal(Throwable throwable)
    • sneakyThrow

      static <T extends Throwable, R> R sneakyThrow(Throwable t) throws T
      Throws:
      T