Type Aliases

The following type aliases are available globally.

Typealiases

  • defines an element that can be handled over a REST property wrapper

    Declaration

    Swift

    public typealias RESTElement = Identifiable & Codable & Comparable & Hashable & Reflectable
  • defines an element that can be filtered with a REST property wrapper

    Declaration

    Swift

    public typealias Filterable = Comparable & Reflectable & ReflectionDecodable & CustomStringConvertible & Codable
  • defines an element that can be sorted with a REST property wrapper

    Declaration

    Swift

    public typealias Sortable = Comparable & Reflectable & ReflectionDecodable & CustomStringConvertible & Codable