DATATYPE - The return type of the call.PARAMTYPE - The parameter type.EXTYPE - Exception type to be thrownpublic interface IThrowingCallableWithParameter<DATATYPE,PARAMTYPE,EXTYPE extends Exception>
Callable interface but including a
parameter!| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call(PARAMTYPE aParameter)
The call back method to be called.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.