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