| Package | Description |
|---|---|
| com.annimon.stream.function |
| Modifier and Type | Method and Description |
|---|---|
static <R> LongFunction<R> |
LongFunction.Util.safe(ThrowableLongFunction<? extends R,Throwable> throwableFunction)
Creates a safe
LongFunction, |
static <R> LongFunction<R> |
LongFunction.Util.safe(ThrowableLongFunction<? extends R,Throwable> throwableFunction,
R resultIfFailed)
Creates a safe
LongFunction, |
Copyright © 2017. All rights reserved.