Package | Description |
---|---|
org.drools.scenariosimulation.backend.interfaces |
Modifier and Type | Method and Description |
---|---|
default <V> ThrowingFunction<T,V> |
ThrowingFunction.andThen(ThrowingFunction<? super R,? extends V> after) |
default <V> ThrowingFunction<V,R> |
ThrowingFunction.compose(ThrowingFunction<? super V,? extends T> before) |
static <T> ThrowingFunction<T,T> |
ThrowingFunction.identity() |
Modifier and Type | Method and Description |
---|---|
default <V> ThrowingFunction<T,V> |
ThrowingFunction.andThen(ThrowingFunction<? super R,? extends V> after) |
default <V> ThrowingFunction<V,R> |
ThrowingFunction.compose(ThrowingFunction<? super V,? extends T> before) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.