gpt4 book ai didi

mongodb - 访问对象列表上的唯一闭包会给出 UnsupportedOperationException

转载 作者:可可西里 更新时间:2023-11-01 09:06:28 29 4
gpt4 key购买 nike

我正在使用 Grails 2.3.11 并使用 MongoDb 插件 mongodb:3.0.3。

我的代码是这样的:

def home() {
List abcs = ABC.list()
println abcs.unique { it.parent }
}

代码在访问唯一闭包时中断。

异常说明:

ERROR errors.GrailsExceptionResolver- UnsupportedOperationException   occurred when processing request: [GET] /MongoAppInEcomEnv/product/home
Stacktrace follows:
Message: null
Line | Method
->> 148 | add in java.util.AbstractList
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 108 | add in ''
| 342 | addAll . in java.util.AbstractCollection
| 120 | $tt__home in com.test.aitm.ProductController$$EPCH6LtA
| 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
| 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
^ 744 | run . . . in java.lang.Thread

最佳答案

看起来列表是空的。

你也可以试试

abcs.parent.unique()

关于mongodb - 访问对象列表上的唯一闭包会给出 UnsupportedOperationException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30150267/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com