Interface Functions.FailableSupplier<R,​T extends Throwable>

    • Method Detail

      • get

        R get()
        throws T extends Throwable
        Deprecated.
        Supplies an object
        Returns:
        a result
        Throws:
        T - if the supplier fails
        T extends Throwable