invoke

operator fun invoke(areEquivalent: (old: Maneuver?, new: Maneuver?) -> Boolean = { old, new -> old == new }): Flow<Maneuver?>