Uses of Interface
com.machinezoo.noexception.throwing.ThrowingBiConsumer
-
Packages that use ThrowingBiConsumer Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingBiConsumer in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingBiConsumer Modifier and Type Method Description <T,U>
BiConsumer<T,U>CheckedExceptionHandler. fromBiConsumer(ThrowingBiConsumer<T,U> consumer)
Removes checked exceptions from method signature ofThrowingBiConsumer
.
-