| Package | Description |
|---|---|
| com.phloc.commons.callback |
| 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. |
Copyright © 2006–2014 phloc systems. All rights reserved.