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