Uses of Interface
org.apache.commons.lang3.function.FailableObjIntConsumer
Packages that use FailableObjIntConsumer
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of FailableObjIntConsumer in org.apache.commons.lang3.functionFields in org.apache.commons.lang3.function declared as FailableObjIntConsumerModifier and TypeFieldDescriptionstatic final FailableObjIntConsumerFailableObjIntConsumer.NOPNOP singletonMethods in org.apache.commons.lang3.function that return FailableObjIntConsumerModifier and TypeMethodDescriptionstatic <T,E extends Throwable> 
 FailableObjIntConsumer<T,E> FailableObjIntConsumer.nop()Returns The NOP singleton.