Protocols

The following protocols are available globally.

  • A type implementing Consolidatable allows an array of its values to be combined by consolidationGroup into a new array using the type’s consolidate(with:) function.

    See more

    Declaration

    Swift

    public protocol Consolidatable