Classes

The following classes are available globally.

  • An object that allows to observe changes mades to a value that it holds.

    See more

    Declaration

    Swift

    @propertyWrapper
    public class Observable<T>
  • An object that provieds action based cancelation. When cancel method is called or the object is deallocated, cancel action will be called.

    See more

    Declaration

    Swift

    public final class ObserverCancellable