Uses of Interface
org.wildfly.common.function.ExceptionObjIntConsumer
Packages that use ExceptionObjIntConsumer
Package
Description
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionObjIntConsumer in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) Methods in org.wildfly.common.function with parameters of type ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before)