DATATYPE - The return type of the call.PARAMTYPE - The parameter type.public interface INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> extends IThrowingCallableWithParameter<DATATYPE,PARAMTYPE>
Callable interface but not throwing an
exception and including a parameter!DATATYPE call(PARAMTYPE aParameter)
call in interface IThrowingCallableWithParameter<DATATYPE,PARAMTYPE>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.Copyright © 2006–2014 phloc systems. All rights reserved.