Interface Throwables.IndexedIntConsumer<E extends Throwable>

  • Type Parameters:
    E -
    Enclosing class:
    Throwables

    public static interface Throwables.IndexedIntConsumer<E extends Throwable>
    The Interface IndexedIntConsumer.
    • Method Detail

      • accept

        void accept​(int idx,
                    int e)
             throws E extends Throwable
        Parameters:
        idx -
        e -
        Throws:
        E - the e
        E extends Throwable