Interface GeneratedFile.ThrowingConsumer<T>

Type Parameters:
T - the type of the consumed element
Enclosing interface:
GeneratedFile
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GeneratedFile.ThrowingConsumer<T>
A consumer which may throw an IOException.
Since:
4.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)