不要理解合成症有什么问题。最后一行不正确。
rost.entrySet().stream()
.map(entry -> rost.get(entry.getKey()))
.map(each -> each.entrySet())
.flatMap(Collection::stream)
.map(entry -> entry.getValue())
.map(each -> each.entrySet())
.flatMap(Collection::stream)
.map(entry -> entry.getValue())
.map(each -> each.entrySet())
.flatMap(Collection::stream)
.map(entry -> entry.getValue()).forEach((group) ->
//// after this I have error
{group.forEach(record->{filterCriteria1(record)})}