Interface StreamHelper.ThrowingSupplier<T>

  • Type Parameters:
    T - the type of the supplied value
    Enclosing class:
    StreamHelper

    public static interface StreamHelper.ThrowingSupplier<T>
    A helper interface to capture suppliers which may throw an exception.
    • Method Detail

      • get

        T get()
        throws java.lang.Exception
        Throws:
        java.lang.Exception