public abstract class ExceptionDiscarder<T> extends Object
| Constructor and Description |
|---|
ExceptionDiscarder() |
| Modifier and Type | Method and Description |
|---|---|
T |
run() |
protected abstract T |
task()
Specifies the task that should be computed. the task can throw exception but
it will be wrapped by run method to a RuntimeException.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.