| Package | Description |
|---|---|
| org.mule.runtime.core.api.rx | |
| org.mule.runtime.core.api.util | |
| org.mule.runtime.core.internal.streaming | |
| org.mule.runtime.core.policy |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
Exceptions.checkedFunction(CheckedFunction<T,R> checkedFunction)
Adapt a
CheckedFunction to a Function propagating any exceptions thrown by the CheckedFunction using
Exceptions.propagate(Throwable). |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
IOUtils.ifInputStream(Object value,
CheckedFunction<InputStream,T> function) |
static Event |
StreamingUtils.withCursoredEvent(Event event,
CheckedFunction<Event,Event> f)
Executes the given function
f considering that the given event might have
a CursorProvider as payload. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractStreamingBuffer.withReadLock(CheckedFunction<AbstractStreamingBuffer.LockReleaser,T> function) |
| Modifier and Type | Method and Description |
|---|---|
CheckedFunction<Event,Map<String,Object>> |
MessageSourceResponseParametersProcessor.getFailedExecutionResponseParametersFunction()
Generates the failure response function parameters.
|
CheckedFunction<Event,Map<String,Object>> |
MessageSourceResponseParametersProcessor.getSuccessfulExecutionResponseParametersFunction()
Generates the response function parameters.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.