- Enclosing class:
- Unchecker
- 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 Unchecker.ThrowingConsumer<T>
Operation that accepts a single input argument and returns no result, but could throw a checked exception
- See Also:
Consumer