{{>source_link}}
{{/self}}
{{#clazz}}
{{>documentation}}
{{#hasModifiers}}
{{{nameWithGenerics}}} {{kind}} {{>feature_set}} {{>categorization}}
-
{{#hasPublicSuperChainReversed}}
- Inheritance
- {{{linkedObjectType}}} {{#publicSuperChainReversed}}
- {{{linkedName}}} {{/publicSuperChainReversed}}
- {{{name}}}
{{/hasPublicSuperChainReversed}}
{{#hasPublicInterfaces}}
- Implemented types
-
-
{{#publicInterfaces}}
- {{{linkedName}}} {{/publicInterfaces}}
{{/hasPublicInterfaces}}
{{#hasPublicMixedInTypes}}
- Mixed in types
-
{{#publicMixedInTypes}}
- {{{linkedName}}} {{/publicMixedInTypes}}
{{/hasPublicMixedInTypes}}
{{#hasPublicImplementors}}
- Implementers
-
{{#publicImplementorsSorted}}
- {{{linkedName}}} {{/publicImplementorsSorted}}
{{/hasPublicImplementors}}
{{#hasPotentiallyApplicableExtensions}}
- Available Extensions
-
{{#potentiallyApplicableExtensionsSorted}}
- {{{linkedName}}} {{/potentiallyApplicableExtensionsSorted}}
{{/hasPotentiallyApplicableExtensions}}
{{#hasAnnotations}}
- Annotations
-
{{#annotations}}
- {{{linkedNameWithParameters}}} {{/annotations}}
{{/hasAnnotations}}
Constructors
-
{{#publicConstructorsSorted}}
- {{{linkedName}}}({{{ linkedParams }}})
-
{{{ oneLineDoc }}} {{{ extendedDocLink }}}
{{#isConst}}
const{{/isConst}} {{#isFactory}}factory{{/isFactory}}
{{/publicConstructorsSorted}}
Properties
-
{{#publicInstanceFieldsSorted}}
{{>property}}
{{/publicInstanceFieldsSorted}}
Methods
-
{{#publicInstanceMethodsSorted}}
{{>callable}}
{{/publicInstanceMethodsSorted}}
Operators
-
{{#publicInstanceOperatorsSorted}}
{{>callable}}
{{/publicInstanceOperatorsSorted}}
Static Properties
-
{{#publicVariableStaticFieldsSorted}}
{{>property}}
{{/publicVariableStaticFieldsSorted}}
Static Methods
-
{{#publicStaticMethodsSorted}}
{{>callable}}
{{/publicStaticMethodsSorted}}
Constants
-
{{#publicConstantFieldsSorted}}
{{>constant}}
{{/publicConstantFieldsSorted}}