提问人:Michael 提问时间:11/9/2023 更新时间:11/9/2023 访问量:25
是否可以在触发 Delay 块后增加/减少 Delay Time?
Is it possible to increase/decrease the Delay Time after the Delay block was triggered a certain amount?
答:
1赞
Felipe
11/9/2023
#1
您可以通过将延迟时间设置为函数来轻松做到这一点
在你写delayFunction()的延迟中
然后你创建一个函数,该函数将返回一个双精度值,该双精度值将具有类似
if(condition is met) return x;
else return y;
评论
0赞
Michael
11/9/2023
您好@Felipe感谢您的帮助,但是它不起作用,似乎我做错了什么。我创建了一个关注问题。
下一个:Java Flux 中的延迟增加
评论