针对序列做迭代运算,迭代过程中c为真则提前结束(不包含为真的元素) @param exp 迭代表达式 @param initVal 初始值 @param c 条件表达式 @param opt a:返回所有迭代值,默认返回最后一个迭代值 @param ctx 计算上下文 @return 迭代结果
(Expression exp, Object initVal, Expression c, String opt, Context ctx)
source not stored for this graph (policy: none)
no test coverage detected