isAttribute()
Attribute.isAttribute()
Attribute.isAttribute()
The method checks whether the value
of any type is the Wrap
instance of any or given opening
and closing
chars.
Generic type variables |
---|
A generic type variable constrained by the |
A generic type variable constrained by the |
Parameters
Name: type | Description |
---|---|
| The value of any type to test against the |
| Optional opening chars of a generic type variable |
| Optional closing chars of a generic type variable |
Returns
Return type |
---|
The return type is a |
The return value is a boolean
type indicating whether the value is an instance of Wrap
of any, or the given opening
, closing
, and text
.
Example usage
Last updated