| Package | Description |
|---|---|
| com.helger.commons.callback | |
| com.helger.commons.callback.adapter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE>
Like the
Callable interface but not throwing an
exception and including a parameter! |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterCallableToCallableWithParam<DATATYPE,PARAMTYPE,EXTYPE extends Exception>
A helper class that converts a
Callable into an
IThrowingCallableWithParameter. |
class |
AdapterRunnableToCallableWithParameter<DATATYPE,PARAMTYPE>
A helper class that converts a
INonThrowingRunnableWithParameter into
an INonThrowingCallableWithParameter. |
class |
AdapterThrowingRunnableToCallableWithParameter<DATATYPE,PARAMTYPE,EXTYPE extends Exception>
A helper class that converts a
IThrowingRunnable into an
IThrowingCallable. |
Copyright © 2014–2016 Philip Helger. All rights reserved.