Generator

replpp.shaded.geny.Generator$
See theGenerator companion trait
object Generator

Attributes

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

Members list

Type members

Classlikes

sealed trait Action

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Continue.type
object End.type
object Continue extends Action

Attributes

Supertypes
trait Action
class Object
trait Matchable
class Any
Self type
Continue.type
object End extends Action

Attributes

Supertypes
trait Action
class Object
trait Matchable
class Any
Self type
End.type

Value members

Concrete methods

def apply[T](xs: T*): Generator[T]
def selfClosing[T](makeIterator: => (Iterator[T], () => Unit)): Generator[T]

Implicits

Implicits

implicit def from[M[_], T](t: M[T])(implicit convert: M[T] => IterableOnce[T]): Generator[T]