DATATYPE - The return type of the call.PARAMTYPE - The parameter type.public interface IThrowingCallableWithParameter<DATATYPE,PARAMTYPE>
Callable interface but including a
parameter!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–2015 Philip Helger. All rights reserved.