gpt4 book ai didi

java - 有没有办法在 java 中执行 "andand"技术?

转载 作者:太空宇宙 更新时间:2023-11-03 17:04:03 25 4
gpt4 key购买 nike

如所述here :

We connect the object and its method (or property) call with a logical AND operator (&&), so the method is only invoked if the object is truthy (not null). This technique is commonly known as 'andand'.

在 Ruby 中,我们可以这样做:

name = @person && @person.name

这样我们就不必明确检查 @person 是否为空。

java中有类似的技术吗?

最佳答案

Is there a similar technique in java?

没有比这更简洁的了。

有一个项目币proposal将所谓的“猫王”运算符和相关运算符添加到 Java 7。但是,它没有成功。

关于java - 有没有办法在 java 中执行 "andand"技术?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8242448/

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