Extensions

The following extensions are available globally.

  • Extension implementng the Equatable protocol to be able to compare two states for equality Two states are equal if the name is the same. Closures may be different

    Declaration

    Swift

    extension FSMState: Equatable