Result

sealed class Result<out T : AdjustmentsComponent.Adjustment>

Defines the possible outcomes of the apply operation.

Types

Applied
Link copied to clipboard
The adjustment was successfully applied.
Unavailable
Link copied to clipboard
class Unavailable<out T : AdjustmentsComponent.Adjustment>(adjustment: T) : AdjustmentsComponent.Processor.Result<T>
The adjustment could not be applied as it is unavailable or unsupported in the current client environment.

Inheritors

AdjustmentsComponent.Processor.Result
Link copied to clipboard
AdjustmentsComponent.Processor.Result
Link copied to clipboard

Extensions