PARAMTYPE - The type of the parameter that is required for executing the callback.@FunctionalInterface public interface INonThrowingRunnableWithParameter<PARAMTYPE> extends IThrowingRunnableWithParameter<PARAMTYPE,Exception>
INonThrowingRunnable except that a
parameter is present.| Modifier and Type | Method and Description |
|---|---|
void |
run(PARAMTYPE aCurrentObject)
The callback method that is invoked.
|
void run(PARAMTYPE aCurrentObject)
run in interface IThrowingRunnableWithParameter<PARAMTYPE,Exception>aCurrentObject - The current object. May be null or non-
null depending on the implementation.Copyright © 2014–2016 Philip Helger. All rights reserved.