Interface ThrowingSupplier<T>

    • Method Detail

      • get

        T get​()
        throws java.lang.Throwable
        Gets a result.
        Returns:
        a result
        Throws:
        java.lang.Throwable