Interface DataRouteSupportUtil.ThrowingVoidWork<G extends Exception>
-
- Type Parameters:
G- The exception type.
- Enclosing class:
- DataRouteSupportUtil
public static interface DataRouteSupportUtil.ThrowingVoidWork<G extends Exception>Perform a task and return nothing, but expose a checked exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexec()
-