| Package | Description |
|---|---|
| org.mule.runtime.core.api.rx | |
| org.mule.runtime.core.api.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Exceptions.checkedConsumer(CheckedConsumer<T> checkedConsumer)
Adapt a
CheckedConsumer to a Consumer propagating any exceptions thrown by the CheckedConsumer using
Exceptions.propagate(Throwable). |
| Modifier and Type | Method and Description |
|---|---|
static void |
IOUtils.ifInputStream(Object value,
CheckedConsumer<InputStream> consumer) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.