Enumerations

The following enumerations are available globally.

  • Result of a future, being either rejected with an error or fulfilled with a value.

    • fulfilled: A fulfilled future result, with a value.
    • rejected: A rejected future result, with an error.
    See more

    Declaration

    Swift

    public enum FutureResult<T>