remove

abstract fun remove(name: String): Result

移除指定名称的扩展.

Return

如果容器中存在该名称的扩展则返回该扩展对象并从容器中移除, 否则返回 null

Parameters

T

扩展类型

name

扩展名称