public class Politician extends Object
| Constructor and Description |
|---|
Politician() |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
beatAroundTheBush(Callable<R> callable)
If exception happens during callable automatically wrap it in
RuntimeException.
|
static void |
beatAroundTheBush(Valueless callable)
If exception happens during callable automatically wrap it in
RuntimeException.
|
public static <R> R beatAroundTheBush(Callable<R> callable)
public static void beatAroundTheBush(Valueless callable)
Copyright © 2014. All rights reserved.