public final class Ex
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(@NotNull Supplier<? extends T> supplier) |
static Result |
handle(@NotNull Action action) |
static Result |
handle(@NotNull Action action,
java.lang.String message) |
static <T> Monad<T> |
handle(@NotNull Supplier<? extends T> supplier) |
public static <T> T get(@NotNull
@NotNull Supplier<? extends T> supplier)