Class DynamicCallable<T,R>
java.lang.Object
com.pranavpandey.android.dynamic.util.concurrent.DynamicCallable<T,R>
- Type Parameters:
T
- The type of the params.R
- The type of the result.
- All Implemented Interfaces:
Callable<R>
Base class to implement the
Callable
with parameters.-
Constructor Details
-
DynamicCallable
public DynamicCallable()
-
-
Method Details
-
getParams
Get the parameters associated with this class.- Returns:
- The parameters associated with this class.
-
setParams
Set the parameters associated for this class.- Parameters:
params
- The parameters for this class.
-