Interface TinkBugException.ThrowingSupplier<T>

  • Enclosing class:
    TinkBugException

    public static interface TinkBugException.ThrowingSupplier<T>
    A function which produces a T and may throw an Exception.

    Named after java.util.function.Supplier.

    • Method Detail

      • get

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