Unavailable
class Unavailable<out T : AdjustmentsComponent.Adjustment>(val adjustment: T) : AdjustmentsComponent.Processor.Result<T>
The adjustment could not be applied as it is unavailable or unsupported in the current client environment.
Constructors
Functions
Properties
Extensions
Link copied to clipboard
fun <T : AdjustmentsComponent.Adjustment> AdjustmentsComponent.Processor.Result<T>.whenApplied(callback: Consumer<AdjustmentsComponent.Processor.Result.Applied<T>>)
Notifies when result of AdjustmentsComponent.Processor.apply command is AdjustmentsComponent.Processor.Result.Applied.