Interface ThrowingSupplier<T,​E extends java.lang.Throwable>


  • public interface ThrowingSupplier<T,​E extends java.lang.Throwable>
    • Method Detail

      • get

        T get()
        throws E extends java.lang.Throwable
        Gets a result which may throw an exception.
        Throws:
        E extends java.lang.Throwable