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