| Package | Description |
|---|---|
| org.n52.janmayen.exception | |
| org.n52.janmayen.function |
| Modifier and Type | Method and Description |
|---|---|
<T,U,R,X extends Exception> |
CompositeException.apply(ThrowingBiFunction<T,U,R,X> function,
T t,
U u) |
<T,U,R,X extends Exception> |
CompositeException.wrapFunction(ThrowingBiFunction<T,U,R,X> function) |
| Modifier and Type | Method and Description |
|---|---|
default <V> ThrowingBiFunction<T,U,V,X> |
ThrowingBiFunction.andThen(ThrowingFunction<? super R,? extends V,? extends X> after)
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. |
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.