- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Where do I find some documentation about "continually" method?
Wed, 2011-07-06, 12:21
Hello,
Where do I find some documentation about "continually" method as in
"scala> Stream.continually(l.toStream).flatten.take(10).toList"?
I am using this method and it works in 2.8.1, but I am unable to find
any documentation.
Anyone got an idea?
Thanks in advance for your help.
Eric.
On 06/07/2011 12:54, Eric Mariacher wrote:
> Where do I find some documentation about "continually" method as in
> "scala> Stream.continually(l.toStream).flatten.take(10).toList"?
>
> I am using this method and it works in 2.8.1, but I am unable to find
> any documentation.
http://www.scala-lang.org/api/current/index.html#scala.collection.immutable.Stream$
You are not the first tripped by the O vs. C icons/pages in the new doc...