Classes
The following classes are available globally.
-
An object that allows to observe changes mades to a value that it holds.
See moreDeclaration
Swift
@propertyWrapper public class Observable<T>
-
An object that provieds action based cancelation. When
See morecancel
method is called or the object is deallocated, cancel action will be called.Declaration
Swift
public final class ObserverCancellable