InMemoryConditionInterpreterRegistry

基于内存 Map 的 ConditionInterpreterRegistry 实现。

Constructors

Link copied to clipboard
constructor(entries: Map<ConditionTypeId, ConditionInterpreter>)

Functions

Link copied to clipboard
open override fun contains(type: ConditionTypeId): Boolean

判断指定条件类型是否已注册。

Link copied to clipboard
open override fun get(type: ConditionTypeId): ConditionInterpreter

获取指定条件类型的解释器。