Interface CheckedSupplier<R,​E extends java.lang.Exception>

    • Method Detail

      • get

        default R get()
               throws java.lang.RuntimeException
        Specified by:
        get in interface java.util.function.Supplier<R>
        Throws:
        java.lang.RuntimeException
      • getThrows

        R getThrows()
             throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception