Module methanol

Interface ThrowingConsumer<T>


public interface ThrowingConsumer<T>
A consumer that permits throwing a checked Exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     
    default Consumer<T>
    Converts this consumer to a Consumer<T>.