Change

public class Change<State> : CustomStringConvertible
extension Change: Equatable where State: Equatable

状态改变对象

  • Undocumented

    Declaration

    Swift

    public let currentState: State
  • Undocumented

    Declaration

    Swift

    public let nextState: State
  • Declaration

    Swift

    public var description: String { get }

Available where State: Equatable

  • Declaration

    Swift

    public static func == (lhs: Change<State>, rhs: Change<State>) -> Bool