Singleton

Derivate from this class and use MyClass.get() to get your singleton.

class Singleton (
T
) {}

Constructors

this
this()
Undocumented in source.

Members

Static functions

get
T get()

Returns the instance of the singleton.

Meta