Interface ThrowingSupplier<T>

    • Method Detail

      • get

        T get()
        throws Throwable
        Get a result, potentially throwing an exception.
        Returns:
        a result
        Throws:
        Throwable