An alias to cpsApply.
An alias to cpsApply.
An alias to cpsApply.
(yield: Yield[Yield[Element]]).apply(handler)(dsl)
(yield: Yield[Yield[Element]]).cpsApply(handler)(dsl)
(yield: Yield[Yield[Element]]).element
(yield: Yield[Yield[Element]]).unary_!
Author:
杨博 (Yang Bo)
This
Yieldkeyword must be put inside a function that returnsStream[Element]orStream[Element] !! ..., or it will not compile."def f(): Int = !Yield(1)" shouldNot compile