gpt4 book ai didi

java - 谓词#and : any way to access the internal predicates?

转载 作者:行者123 更新时间:2023-11-29 08:09:54 25 4
gpt4 key购买 nike

我正在使用


andPredicate = Predicates.and(firstPredicate, secondPredicate);

现在我必须序列化 andPredicate(作为 JsonObject)并且需要访问所用谓词的内部列表以访问每个谓词的成员。

有没有办法访问这些?

最佳答案

如果您需要这样的行为,答案是创建您自己的 Predicates.and() 版本,这一点也不难。 Guava 对 Predicates.and 的内部实现(正确地)是一个实现细节,而不是暴露给用户的东西。

关于java - 谓词#and : any way to access the internal predicates?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8710392/

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