Amazon Vinyl
    Preparing search index...

    Class GlobalRefImpl<T>

    Type Parameters

    • T

    Implements

    Index
    • Resets this initializer back to its pre-initialized state. If the initializer produced a disposable value, it will be disposed.

      Returns void

    • Overrides this initializer. The previous initializer will be provided as an argument for extension.

      Throws an IllegalStateError if the global registry has been initialized.

      Parameters

      • newInitializer: (previousInitializer: () => T) => T

      Returns GlobalRef<T>

      Returns this