| Package | Description |
|---|---|
| org.icij.datashare.function |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingConsumer<T> |
ThrowingConsumer.andThen(java.util.function.Consumer<? super T> after) |
default ThrowingConsumer<T> |
ThrowingConsumer.andThen(ThrowingConsumer<? super T> after) |
default <V> ThrowingConsumer<V> |
ThrowingConsumer.compose(java.util.function.Function<? super V,? extends T> before) |
default <V> ThrowingConsumer<V> |
ThrowingConsumer.compose(ThrowingFunction<? super V,? extends T> before) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingConsumer<T> |
ThrowingConsumer.andThen(ThrowingConsumer<? super T> after) |
Copyright © 2020–2022 ICIJ. All rights reserved.