reactormonk
idle
true
isIdle.collect { idle -> if(idle) { doSomething() return@collect } }
Chris Fillmore
isIdle.first { x -> x } // wait for first occurrence
A modern programming language that makes developers happier.