Class Mixin

Hierarchy

Index

Methods

Methods

public apply(obj: any): any

Parameters

  • obj: any

Returns

any

public static create(arguments?: {}): T

Creates an instance of the class.

Parameters

  • arguments?: {} optional

    A hash containing values with which to initialize the newly instantiated object.

Returns

T

public detect(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public reopen(arguments?: {}): T

Parameters

  • arguments?: {} optional

Returns

T