class
Generators extends Iterable[Generator[_]]
Instance Constructors
-
new
Generators(generators: Iterable[Generator[_]] = immutable.this.Nil)
Type Members
-
type
Self = Iterable[Generator[_]]
-
class
WithFilter extends FilterMonadic[A, Repr]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
-
def
++[B >: Generator[_], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
++:[B >: Generator[_], That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
++:[B >: Generator[_], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
-
def
/:[B](z: B)(op: (B, Generator[_]) ⇒ B): B
-
def
:\[B](z: B)(op: (Generator[_], B) ⇒ B): B
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: B)(seqop: (B, Generator[_]) ⇒ B, combop: (B, B) ⇒ B): B
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
collect[B, That](pf: PartialFunction[Generator[_], B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
collectFirst[B](pf: PartialFunction[Generator[_], B]): Option[B]
-
def
companion: GenericCompanion[Iterable]
-
def
copyToArray[B >: Generator[_]](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: Generator[_]](xs: Array[B]): Unit
-
def
copyToArray[B >: Generator[_]](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: Generator[_]](dest: Buffer[B]): Unit
-
def
count(p: (Generator[_]) ⇒ Boolean): Int
-
def
drop(n: Int): Iterable[Generator[_]]
-
def
dropRight(n: Int): Iterable[Generator[_]]
-
def
dropWhile(p: (Generator[_]) ⇒ Boolean): Iterable[Generator[_]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (Generator[_]) ⇒ Boolean): Boolean
-
def
filter(p: (Generator[_]) ⇒ Boolean): Iterable[Generator[_]]
-
def
filterNot(p: (Generator[_]) ⇒ Boolean): Iterable[Generator[_]]
-
def
finalize(): Unit
-
def
find(p: (Generator[_]) ⇒ Boolean): Option[Generator[_]]
-
def
flatMap[B, That](f: (Generator[_]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
flatten[B](implicit asTraversable: (Generator[_]) ⇒ GenTraversableOnce[B]): Iterable[B]
-
def
fold[A1 >: Generator[_]](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, Generator[_]) ⇒ B): B
-
def
foldRight[B](z: B)(op: (Generator[_], B) ⇒ B): B
-
def
forall(p: (Generator[_]) ⇒ Boolean): Boolean
-
def
foreach[U](f: (Generator[_]) ⇒ U): Unit
-
def
genericBuilder[B]: Builder[B, Iterable[B]]
-
final
def
getClass(): Class[_]
-
def
groupBy[K](f: (Generator[_]) ⇒ K): Map[K, Iterable[Generator[_]]]
-
def
grouped(size: Int): Iterator[Iterable[Generator[_]]]
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
-
def
headOption: Option[Generator[_]]
-
def
init: Iterable[Generator[_]]
-
def
inits: Iterator[Iterable[Generator[_]]]
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
def
iterator: Iterator[Generator[_]]
-
-
def
lastOption: Option[Generator[_]]
-
def
map[B, That](f: (Generator[_]) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
max[B >: Generator[_]](implicit cmp: Ordering[B]): Generator[_]
-
def
maxBy[B](f: (Generator[_]) ⇒ B)(implicit cmp: Ordering[B]): Generator[_]
-
def
min[B >: Generator[_]](implicit cmp: Ordering[B]): Generator[_]
-
def
minBy[B](f: (Generator[_]) ⇒ B)(implicit cmp: Ordering[B]): Generator[_]
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newBuilder: Builder[Generator[_], Iterable[Generator[_]]]
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
par: ParIterable[Generator[_]]
-
def
parCombiner: Combiner[Generator[_], ParIterable[Generator[_]]]
-
def
partition(p: (Generator[_]) ⇒ Boolean): (Iterable[Generator[_]], Iterable[Generator[_]])
-
def
pf(databob: Databob): PartialFunction[GeneratorType, Any]
-
def
product[B >: Generator[_]](implicit num: Numeric[B]): B
-
def
reduce[A1 >: Generator[_]](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: Generator[_]](op: (B, Generator[_]) ⇒ B): B
-
def
reduceLeftOption[B >: Generator[_]](op: (B, Generator[_]) ⇒ B): Option[B]
-
def
reduceOption[A1 >: Generator[_]](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: Generator[_]](op: (Generator[_], B) ⇒ B): B
-
def
reduceRightOption[B >: Generator[_]](op: (Generator[_], B) ⇒ B): Option[B]
-
def
repr: Iterable[Generator[_]]
-
def
reversed: List[Generator[_]]
-
def
sameElements[B >: Generator[_]](that: GenIterable[B]): Boolean
-
def
scan[B >: Generator[_], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, Generator[_]) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
scanRight[B, That](z: B)(op: (Generator[_], B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Generator[_]], B, That]): That
-
def
seq: Iterable[Generator[_]]
-
def
size: Int
-
def
slice(from: Int, until: Int): Iterable[Generator[_]]
-
def
sliding(size: Int, step: Int): Iterator[Iterable[Generator[_]]]
-
def
sliding(size: Int): Iterator[Iterable[Generator[_]]]
-
def
span(p: (Generator[_]) ⇒ Boolean): (Iterable[Generator[_]], Iterable[Generator[_]])
-
def
splitAt(n: Int): (Iterable[Generator[_]], Iterable[Generator[_]])
-
def
stringPrefix: String
-
def
sum[B >: Generator[_]](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tail: Iterable[Generator[_]]
-
def
tails: Iterator[Iterable[Generator[_]]]
-
def
take(n: Int): Iterable[Generator[_]]
-
def
takeRight(n: Int): Iterable[Generator[_]]
-
def
takeWhile(p: (Generator[_]) ⇒ Boolean): Iterable[Generator[_]]
-
def
thisCollection: Iterable[Generator[_]]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Generator[_], Col[Generator[_]]]): Col[Generator[_]]
-
def
toArray[B >: Generator[_]](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[B >: Generator[_]]: Buffer[B]
-
def
toCollection(repr: Iterable[Generator[_]]): Iterable[Generator[_]]
-
def
toIndexedSeq: IndexedSeq[Generator[_]]
-
def
toIterable: Iterable[Generator[_]]
-
def
toIterator: Iterator[Generator[_]]
-
def
toList: List[Generator[_]]
-
def
toMap[T, U](implicit ev: <:<[Generator[_], (T, U)]): Map[T, U]
-
def
toSeq: Seq[Generator[_]]
-
def
toSet[B >: Generator[_]]: Set[B]
-
def
toStream: Stream[Generator[_]]
-
def
toString(): String
-
def
toTraversable: Traversable[Generator[_]]
-
def
toVector: Vector[Generator[_]]
-
def
transpose[B](implicit asTraversable: (Generator[_]) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]
-
def
unzip[A1, A2](implicit asPair: (Generator[_]) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (Generator[_]) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
view(from: Int, until: Int): IterableView[Generator[_], Iterable[Generator[_]]]
-
def
view: IterableView[Generator[_], Iterable[Generator[_]]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (Generator[_]) ⇒ Boolean): FilterMonadic[Generator[_], Iterable[Generator[_]]]
-
def
zip[A1 >: Generator[_], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[Generator[_]], (A1, B), That]): That
-
def
zipAll[B, A1 >: Generator[_], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[Generator[_]], (A1, B), That]): That
-
def
zipWithIndex[A1 >: Generator[_], That](implicit bf: CanBuildFrom[Iterable[Generator[_]], (A1, Int), That]): That
Deprecated Value Members
-
def
/:\[A1 >: Generator[_]](z: A1)(op: (A1, A1) ⇒ A1): A1
Inherited from Equals
Inherited from GenericTraversableTemplate[Generator[_], Iterable]
Inherited from GenTraversableOnce[Generator[_]]
Inherited from AnyRef
Inherited from Any
Represents an entire Partial Function for generating instances. As such, the ordering of the component generators will determine order of application (ie. earlier generators matched first). Immutable