ChangeResult

public enum ChangeResult<T>

Describes the result of a connectBidi transformation.

  • The given value should be changed.

    Declaration

    Swift

    case change(T)
  • No change should be applied.

    Declaration

    Swift

    case noChange