Module methanol
Interface ThrowingBiConsumer<T,U>
public interface ThrowingBiConsumer<T,U>
-
Method Summary
-
Method Details
-
accept
- Throws:
Exception
-
toUnchecked
Converts this consumer to a. If this consumer throws a checked exception, the returned consumer wraps the former in aCompletionException.
-