Interface Throwables.ThrowingConsumer<T>

  • All Superinterfaces:
    Consumer<T>
    Enclosing class:
    Throwables
    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 Throwables.ThrowingConsumer<T>
    extends Consumer<T>
    Taken from https://gist.github.com/myui/9722c1301434a3b69cf898ccd9090ff1. A consumer that sneakily