This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Where do I find some documentation about "continually" method?

1 reply
emariacher
Joined: 2011-07-06,
User offline. Last seen 1 year 17 weeks ago.

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.

Philippe Lhoste
Joined: 2010-09-02,
User offline. Last seen 42 years 45 weeks ago.
Re: Where do I find some documentation about "continually" metho

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...

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland