| Package | Description |
|---|---|
| com.phloc.commons.callback |
| Modifier and Type | Method and Description |
|---|---|
static <PARAMTYPE> |
AdapterRunnableToCallableWithParameter.createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE> aRunnable)
Create a callable that always returns
null. |
static <DATATYPE,PARAMTYPE> |
AdapterRunnableToCallableWithParameter.createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE> aRunnable,
DATATYPE aResult)
Create a callable that always returns the passed value.
|
Copyright © 2006–2014 phloc systems. All rights reserved.