| 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 <T2> ExceptionToIntFunction<T2,E> |
ExceptionToIntFunction.compose(ExceptionFunction<? super T2,? extends T,? extends E> before) |
| Modifier and Type | Method and Description |
|---|---|
default <T> ExceptionFunction<T,R,E> |
ExceptionIntFunction.compose(ExceptionToIntFunction<? super T,? extends E> before) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.