| Package | Description |
|---|---|
| com.helger.commons.callback.adapter |
| 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 © 2014–2015 Philip Helger. All rights reserved.