Interface Throwables.IntSupplier<E extends Throwable>

  • Type Parameters:
    E -
    All Known Subinterfaces:
    IntSupplier
    Enclosing class:
    Throwables

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

      • getAsInt

        int getAsInt()
              throws E extends Throwable
        Gets the as int.
        Returns:
        Throws:
        E - the e
        E extends Throwable