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