@FunctionalInterface public interface IActionTask<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
excecute(net.anwiba.commons.message.IMessageCollector monitor,
ICanceler canceler,
I value) |
O excecute(net.anwiba.commons.message.IMessageCollector monitor, ICanceler canceler, I value) throws InvocationTargetException, InterruptedException
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.