Initializable
Initializable<
T
>:T
Type to annotate that something is initializable. If T has an init method, this will be called.
Type parameters
• T extends Init
Initializable<
T
>:T
Type to annotate that something is initializable. If T has an init method, this will be called.
• T extends Init