Generic type variables
For an instance.
Last updated
Was this helpful?
For an instance.
Last updated
Was this helpful?
Wrapped<Closing>
Closing extends string
A generic type variable constrained by the , by default of the value captured from the provided wrap
indicates the closing type of a new instance.
Wrapped<Opening>
Opening extends string
A generic type variable constrained by the , by default of the value captured from the provided wrap
indicates the opening type of a new instance.
Wrapped<Text>
Text extends string
A generic type variable constrained by the by default of the value captured from the provided text
parameter indicates the text type of a new instance.