Interface ThrowableCollector.Factory
-
- Enclosing class:
- ThrowableCollector
public static interface ThrowableCollector.Factory
Factory forThrowableCollector
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowableCollector
create()
Create a new instance of aThrowableCollector
.
-
-
-
Method Detail
-
create
ThrowableCollector create()
Create a new instance of aThrowableCollector
.
-
-