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