| Package | Description |
|---|---|
| org.mule.runtime.core.api.rx |
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R> BiFunction<T,U,R> |
Exceptions.checkedFunction(CheckedBiFunction<T,U,R> checkedBiFunction)
Adapt a
CheckedBiFunction to a BiFunction propagating any exceptions thrown by the CheckedBiFunction
using Exceptions.propagate(Throwable). |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.