| Package | Description |
|---|---|
| org.wildfly.common.function |
Classes which implement useful functions which are missing from
java.util.function. |
| 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) |
| 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) |
Copyright © 2017 JBoss, a division of Red Hat, Inc.