这个箭头符号是什么意思??   ->

builder.TechExamElement(key:"IOP") {
e.iopReading.ocularUtriqueIOPExams.sort { it.dateCreated }.each { OcularUtriqueIOPExam iopExam ->
buildIOPReading(builder, iopExam)
}

第三行的这个箭头符号 ->? 是啥意思呀

参考 Lambda Expressions
Lambda表达式的操作符

上面的答案有帮助吗?如果还有问题,请提出来,如果对答案满意,请顶一下,并标记为采纳答案,谢谢!