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