public class Catching extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Catching.Executor |
static interface |
Catching.Supplier<T> |
| Constructor and Description |
|---|
Catching() |
| Modifier and Type | Method and Description |
|---|---|
static void |
around(Catching.Executor executor) |
static <T> T |
around(Catching.Supplier<T> supplier) |
public static <T> T around(Catching.Supplier<T> supplier)
public static void around(Catching.Executor executor)
Copyright © 2019. All rights reserved.