Classes

The following classes are available globally.

  • CancelableGroup is an object that holds cancelable objects and is a cancelable object by himself. allows returning a cancelable object with multiple items to cancel when need to dispose.

    See more

    Declaration

    Swift

    public class CancelableGroup : Cancelable
  • Represents a property like object. whenever the property value changes it notfies all of the subscribers. A property can also be bound into reactive components.

    See more

    Declaration

    Swift

    public class Property<E> : Observable<E>, Subject