apply

open override fun <T : AdjustmentsComponent.Adjustment> apply(    adjustment: T,     callback: Consumer<AdjustmentsComponent.Processor.Result<T>>)

Attempts to apply the provided adjustment model. The operation is async with the result provided as Result.Applied or Result.Unavailable to the callback.