Sequential

scas.util.direct.Stream.Sequential
See theSequential companion trait
object Sequential

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sequential.type

Members list

Type members

Classlikes

final class Cons[+A](hd: A, tl: => Stream[A]) extends Sequential[A]

Attributes

Supertypes
trait Sequential[A]
trait Stream[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](s: A*): Stream[A]
def from(start: Int, step: Int): Stream[Int]
def from(start: Int): Stream[Int]