| Package | Description |
|---|---|
| com.phloc.commons.callback |
| 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>
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>
A helper class that converts a
IThrowingRunnable into an
IThrowingCallable. |
Copyright © 2006–2015 phloc systems. All rights reserved.