Generators

portals.application.generator.Generators$
object Generators

Generator factories.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Generators.type

Members list

Value members

Concrete methods

def fromIterator[T](it: Iterator[T]): Generator[T]
def fromIterator[T](it: Iterator[T], keys: Iterator[Key]): Generator[T]
def fromIteratorOfIterators[T](itit: Iterator[Iterator[T]]): Generator[T]
def fromIteratorOfIterators[T](itit: Iterator[Iterator[T]], keys: Iterator[Iterator[Key]]): Generator[T]
def fromRange(start: Int, end: Int, step: Int): Generator[Int]

Experimental methods

def external[T](): (ExternalRef[T], Generator[T])

Attributes

Deprecated
true
Experimental
true