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