remove

abstract fun remove(action: Any): Action?

移除给定的动作到容器中.

Return

移除动作成功返回被移除的动作, 否则返回 null

Parameters

action

需要移除的动作, 可以是 String 或者 Action