| Package | Description |
|---|---|
| com.helger.commons.callback | |
| com.helger.commons.callback.adapter | |
| com.helger.commons.scope.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
INonThrowingCallable<DATATYPE>
Like the
Callable interface but not throwing an
exception! |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRunnableToCallable<DATATYPE>
A helper class that converts a
Runnable into an
INonThrowingCallable. |
class |
AdapterThrowingRunnableToCallable<DATATYPE>
A helper class that converts a
IThrowingRunnable into an
IThrowingCallable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScopeAwareCallable<DATATYPE>
Abstract implementation of
Callable that handles WebScopes correctly. |
Copyright © 2014–2015 Philip Helger. All rights reserved.