| Package | Description |
|---|---|
| com.helger.commons.callback.adapter | |
| com.helger.commons.concurrent | |
| com.helger.commons.scope.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRunnableToCallable<DATATYPE>
A helper class that converts a
Runnable into an
INonThrowingCallable. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SimpleLock.locked(INonThrowingCallable<T> aSupplier)
Execute the provided callable in a read lock.
|
<T> T |
SimpleReadWriteLock.readLocked(INonThrowingCallable<T> aCallable)
Execute the provided callable in a read lock.
|
<T> T |
SimpleReadWriteLock.writeLocked(INonThrowingCallable<T> aCallable)
Execute the provided callable in a write lock.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScopeAwareCallable<DATATYPE>
Abstract implementation of
Callable that handles WebScopes correctly. |
Copyright © 2014–2016 Philip Helger. All rights reserved.