DATATYPE - The return type of the call.public interface INonThrowingCallable<DATATYPE> extends IThrowingCallable<DATATYPE,Exception>
Callable interface but not throwing an
exception!| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call()
The call back method to be called.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.