Package de.scravy.bedrock
Interface ThrowingBiConsumer<A,B>
- All Superinterfaces:
BiConsumer<A,B>
- All Known Implementing Classes:
Control.Async
- 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 interface ThrowingBiConsumer<A,B> extends BiConsumer<A,B>