isPrevious

fun isPrevious(processingStage: CommandStage): Boolean

判断给定的处理阶段是否为当前阶段的前置阶段

Return

如果给定阶段是当前阶段的前置阶段则返回true,否则返回false

Parameters

processingStage

待判断的处理阶段