Interface Throwables.Consumer<T,E extends Throwable>

Type Parameters:
T -
E -
All Known Subinterfaces:
Consumer<T>
All Known Implementing Classes:
BigDecimalSummaryStatistics, BigIntegerSummaryStatistics
Enclosing class:
Throwables

public static interface Throwables.Consumer<T,E extends Throwable>
The Interface Consumer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     
    default Consumer<T>
     
  • Method Details

    • accept

      void accept(T t) throws E
      Parameters:
      t -
      Throws:
      E - the e
    • unchecked

      @Beta default Consumer<T> unchecked()
      Returns: