4.3.16 컬렉션 셀렉션 by ks
List<Inventor> list = (List<Inventor>) parser.parseExpression(
"Members.?[Nationality == 'Serbian']").getValue(societyContext);Map newMap = parser.parseExpression("map.?[value<27]").getValue();Last updated
Was this helpful?