| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Tryable.of(Tryable.TryableSupplier<T> supplier) |
static <X extends java.lang.Throwable,T> |
Tryable.of(Tryable.TryableSupplier<T> supplier,
java.util.function.Function<? super java.lang.Exception,? extends X> exception) |
static <X extends java.lang.Throwable,T> |
Tryable.of(Tryable.TryableSupplier<T> supplier,
java.util.function.Supplier<? extends X> exception) |
static <T> T |
Tryable.or(Tryable.TryableSupplier<T> supplier,
T onError) |
Copyright © 2017. All Rights Reserved.