(extension in URITemplate):Swift.String.percentEncoded () -> Swift.String
(extension in URITemplate):__ObjC.NSRegularExpression.matches (Swift.String) -> Swift.Array<Swift.String>
(extension in URITemplate):__ObjC.NSRegularExpression.substitute (Swift.String, block : (Swift.String) -> Swift.String) -> Swift.String
URITemplate.BaseOperator
URITemplate.BaseOperator.expand (Swift.String, value : Swift.Optional<Swift.AnyObject>, explode : Swift.Bool, prefix : Swift.Optional<Swift.Int>) -> Swift.Optional<Swift.String>
URITemplate.BaseOperator.expand (value : Swift.String) -> Swift.String
URITemplate.BaseOperator.expand (variable : Swift.String) -> Swift.Optional<Swift.String>
URITemplate.BaseOperator.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.BaseOperator.expand (variable : Swift.String, value : Swift.Dictionary<Swift.String, Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.BaseOperator.expand (variable : Swift.String, value : Swift.String, prefix : Swift.Optional<Swift.Int>) -> Swift.String
URITemplate.BaseOperator.joiner : Swift.String
URITemplate.FormStyleQueryContinuation
URITemplate.FormStyleQueryContinuation.expand (value : Swift.String) -> Swift.String
URITemplate.FormStyleQueryContinuation.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.FormStyleQueryContinuation.expand (variable : Swift.String, value : Swift.Dictionary<Swift.String, Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.FormStyleQueryContinuation.expand (variable : Swift.String, value : Swift.String, prefix : Swift.Optional<Swift.Int>) -> Swift.String
URITemplate.FormStyleQueryContinuation.joiner : Swift.String
URITemplate.FormStyleQueryContinuation.op : Swift.Optional<Swift.String>
URITemplate.FormStyleQueryContinuation.prefix : Swift.String
URITemplate.FormStyleQueryExpansion
URITemplate.FormStyleQueryExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.FormStyleQueryExpansion.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.FormStyleQueryExpansion.expand (variable : Swift.String, value : Swift.Dictionary<Swift.String, Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.FormStyleQueryExpansion.expand (variable : Swift.String, value : Swift.String, prefix : Swift.Optional<Swift.Int>) -> Swift.String
URITemplate.FormStyleQueryExpansion.joiner : Swift.String
URITemplate.FormStyleQueryExpansion.op : Swift.Optional<Swift.String>
URITemplate.FormStyleQueryExpansion.prefix : Swift.String
URITemplate.FragmentExpansion
URITemplate.FragmentExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.FragmentExpansion.joiner : Swift.String
URITemplate.FragmentExpansion.op : Swift.Optional<Swift.String>
URITemplate.FragmentExpansion.prefix : Swift.String
URITemplate.LabelExpansion
URITemplate.LabelExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.LabelExpansion.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.LabelExpansion.joiner : Swift.String
URITemplate.LabelExpansion.op : Swift.Optional<Swift.String>
URITemplate.LabelExpansion.prefix : Swift.String
URITemplate.Operator.expand (Swift.String, value : Swift.Optional<Swift.AnyObject>, explode : Swift.Bool, prefix : Swift.Optional<Swift.Int>) -> Swift.Optional<Swift.String>
URITemplate.Operator.joiner : Swift.String
URITemplate.Operator.op : Swift.Optional<Swift.String>
URITemplate.Operator.prefix : Swift.String
URITemplate.PathSegmentExpansion
URITemplate.PathSegmentExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.PathSegmentExpansion.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.PathSegmentExpansion.joiner : Swift.String
URITemplate.PathSegmentExpansion.op : Swift.Optional<Swift.String>
URITemplate.PathSegmentExpansion.prefix : Swift.String
URITemplate.PathStyleParameterExpansion
URITemplate.PathStyleParameterExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.PathStyleParameterExpansion.expand (variable : Swift.String, value : Swift.Array<Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.PathStyleParameterExpansion.expand (variable : Swift.String, value : Swift.Dictionary<Swift.String, Swift.AnyObject>, explode : Swift.Bool) -> Swift.Optional<Swift.String>
URITemplate.PathStyleParameterExpansion.expand (variable : Swift.String, value : Swift.String, prefix : Swift.Optional<Swift.Int>) -> Swift.String
URITemplate.PathStyleParameterExpansion.joiner : Swift.String
URITemplate.PathStyleParameterExpansion.op : Swift.Optional<Swift.String>
URITemplate.PathStyleParameterExpansion.prefix : Swift.String
URITemplate.ReservedExpansion
URITemplate.ReservedExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.ReservedExpansion.joiner : Swift.String
URITemplate.ReservedExpansion.op : Swift.Optional<Swift.String>
URITemplate.ReservedExpansion.prefix : Swift.String
URITemplate.StringExpansion
URITemplate.StringExpansion.expand (value : Swift.String) -> Swift.String
URITemplate.StringExpansion.joiner : Swift.String
URITemplate.StringExpansion.op : Swift.Optional<Swift.String>
URITemplate.StringExpansion.prefix : Swift.String
URITemplate.URITemplate
URITemplate.URITemplate with unmangled suffix "24UnicodeScalarLiteralType"
URITemplate.URITemplate with unmangled suffix "34ExtendedGraphemeClusterLiteralType"
URITemplate.URITemplate.description : Swift.String
URITemplate.URITemplate.expand (Swift.Dictionary<Swift.String, Swift.AnyObject>) -> Swift.String
URITemplate.URITemplate.extract (Swift.String) -> Swift.Optional<Swift.Dictionary<Swift.String, Swift.String>>
URITemplate.URITemplate.extractionRegex : Swift.Optional<__ObjC.NSRegularExpression>
URITemplate.URITemplate.hashValue : Swift.Int
URITemplate.URITemplate.init (extendedGraphemeClusterLiteral : Swift.String) -> URITemplate.URITemplate
URITemplate.URITemplate.init (stringLiteral : Swift.String) -> URITemplate.URITemplate
URITemplate.URITemplate.init (template : Swift.String) -> URITemplate.URITemplate
URITemplate.URITemplate.init (unicodeScalarLiteral : Swift.String) -> URITemplate.URITemplate
URITemplate.URITemplate.operators : Swift.Array<URITemplate.Operator>
URITemplate.URITemplate.regex : __ObjC.NSRegularExpression
URITemplate.URITemplate.regexForExpression (Swift.String) -> Swift.String
URITemplate.URITemplate.regexForVariable (Swift.String, op : Swift.Optional<URITemplate.Operator>) -> Swift.String
URITemplate.URITemplate.template : Swift.String
URITemplate.URITemplate.variables : Swift.Array<Swift.String>
_TP11URITemplate8Operator
static URITemplate.== infix (URITemplate.URITemplate, URITemplate.URITemplate) -> Swift.Bool