DATATYPE - The return type of the call.PARAMTYPE - The parameter type.public interface IThrowingCallableWithParameter<DATATYPE,PARAMTYPE>
Callable interface but including a
parameter!| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call(PARAMTYPE aParameter)
The call back method to be called.
|
DATATYPE call(PARAMTYPE aParameter) throws Exception
aParameter - The parameter to be passed in. May be null or non-
null depending on the implementation.null or non- null
depending on the implementation.Exception - in case something goes wrongCopyright © 2014 Philip Helger. All rights reserved.