DATATYPE - The return type of the call.PARAMTYPE - The parameter type.@FunctionalInterface public interface INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> extends IThrowingCallableWithParameter<DATATYPE,PARAMTYPE,Exception>
Callable interface but not throwing an
exception and including a parameter!| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call(PARAMTYPE aParameter)
The call back method to be called.
|
DATATYPE call(PARAMTYPE aParameter)
call in interface IThrowingCallableWithParameter<DATATYPE,PARAMTYPE,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.Copyright © 2014–2016 Philip Helger. All rights reserved.