GenericAttributeType

public protocol GenericAttributeType

[Internal] Used as generic constraint for generic method stubs.

  • Returned value

    Declaration

    Swift

    var value: Any
  • Used to compare with other generic attributes values

    Declaration

    Swift

    var compare: (Any,Any,Matcher) -> Bool