Package one.microstream.util
Class Executor.Default<EX extends Throwable>
- java.lang.Object
-
- one.microstream.util.Executor.Default<EX>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.util.Executor
Executor.Default<EX extends Throwable>
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.util.Executor
execute, execute, executeNullHandling, executeNullIgnoring, executeR, executeR, executeRNullHandling, executeRNullIgnoring
-
-
-
-
Method Detail
-
reset
public Executor.Default<EX> reset()
-
handle
public boolean handle(Throwable t)
-
-