applyTransformation
abstract fun applyTransformation(transformation: TransformationSettings, dispatch: Dispatch, scope: DispatchScope, completion: (Dispatch?) -> Unit)
Transforms the given Dispatch using the transformation identified by transformation
Parameters
transformation
The transformation to apply
dispatch
The Dispatch that is being transformed.
scope
The DispatchScope that identifies when this transformation is happening.