Interface Supplier<T>

    • Method Detail

      • get

        T get()
        throws java.lang.Throwable
        Produces a value or throws an exception.
        Returns:
        the value produced
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception