Uses of Record Class
cloud.opencode.base.expression.ast.CollectionFilterNode
Packages that use CollectionFilterNode
-
Uses of CollectionFilterNode in cloud.opencode.base.expression.ast
Methods in cloud.opencode.base.expression.ast that return CollectionFilterNodeModifier and TypeMethodDescriptionstatic CollectionFilterNodeCreate filter node for all matching elements 创建选择所有匹配元素的过滤节点static CollectionFilterNodeCreate filter node for first matching element 创建选择第一个匹配元素的过滤节点static CollectionFilterNodeCreate filter node for last matching element 创建选择最后一个匹配元素的过滤节点static CollectionFilterNodeCreate filter node (default: all matching elements) 创建过滤节点(默认:所有匹配元素)