Package | Description |
---|---|
org.wildfly.common.function |
Classes which implement useful functions which are missing from
java.util.function . |
Modifier and Type | Method and Description |
---|---|
default 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) |
Modifier and Type | Method and Description |
---|---|
default ExceptionObjIntConsumer<T,E> |
ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T,? extends E> after) |
default ExceptionObjIntConsumer<T,E> |
ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T,? extends E> before) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.