execute abstract method
Execute the plugin with a list of previous outputs.
Implementation
@protected
Resolvable<T> execute(List<T> previousOutputs);
Execute the plugin with a list of previous outputs.
@protected
Resolvable<T> execute(List<T> previousOutputs);