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