AdjustmentsProcessor

extension AdjustmentsProcessor
  • Applies a given adjustment and returns a controller which allows runtime configuration of the adjustment.

    Declaration

    Swift

    public func apply<AdjustmentType>(adjustment: AdjustmentType) throws -> AdjustmentType.Controller where AdjustmentType : Adjustment

    Parameters

    adjustment

    The adjustment to apply.

    Return Value

    A controller to configure the adjustment.