Required Instance Methodswift-composable-architecture 1.18.0ComposableArchitecture
_$willModify
ObservableState.swift:12mutating func _$willModify()
mutating func _$willModify()
s22ComposableArchitecture15ObservableStateP12_$willModifyyyF
What are these?57I9N
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
protocol ObservableState : Perceptible
var _$id: ObservableStateID { get }