| 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>
Deprecated.
Use
Supplier instead |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRunnableToCallable<DATATYPE>
Deprecated.
|
class |
AdapterThrowingRunnableToCallable<DATATYPE,EXTYPE extends Exception>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IThrowingCallable<DATATYPE,EXTYPE> |
AdapterCallableToCallableWithParam.getCallable()
Deprecated.
|
| Constructor and Description |
|---|
AdapterCallableToCallableWithParam(IThrowingCallable<DATATYPE,EXTYPE> aCallable)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScopeAwareCallable<DATATYPE>
Deprecated.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.