| Package | Description |
|---|---|
| com.helger.commons.callback.adapter | |
| com.helger.commons.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRunnableToCallableWithParameter<DATATYPE,PARAMTYPE>
A helper class that converts a
INonThrowingRunnableWithParameter into
an INonThrowingCallableWithParameter. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IScope.runAtomic(INonThrowingCallableWithParameter<T,IScope> aCallable)
Perform stuff as a single action.
|
<T> T |
AbstractMapBasedScope.runAtomic(INonThrowingCallableWithParameter<T,IScope> aCallable) |
Copyright © 2014–2015 Philip Helger. All rights reserved.