public interface Invoker
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
invoke(org.wildfly.common.function.ExceptionRunnable<E> action)
Invokes the specified action
|
<R,E extends Exception> |
invoke(org.wildfly.common.function.ExceptionSupplier<R,E> action)
Invokes the specified action
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.