You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maps from a `StateType` property to create an `Observable` that contains the filtered property and all its changes.
397
421
*/
398
-
public func withStateChanges<T>(in stateComponent:@autoclosure@escaping()->KeyPath<Self.Element,T>, that componentProperty:@autoclosure@escaping()->KeyPath<T,Bool>)->RxSwift.Observable<T>
422
+
publicfunc withStateChanges<T>(in stateComponent:KeyPath<Self.Element,T>, that componentProperty:KeyPath<T,Bool>)->RxSwift.Observable<T>
0 commit comments