public static class ChildrenContainer.ChildRestartsIterable extends Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
scala.collection.TraversableLike.WithFilter
scala.collection.TraversableOnce.BufferedCanBuildFrom<A,CC extends scala.collection.TraversableOnce<java.lang.Object>>, scala.collection.TraversableOnce.FlattenOps<A>, scala.collection.TraversableOnce.ForceImplicitAmbiguity, scala.collection.TraversableOnce.MonadOps<A>, scala.collection.TraversableOnce.OnceCanBuildFrom<A>
Constructor and Description |
---|
ChildRestartsIterable(scala.collection.immutable.MapLike<?,ChildStats,?> stats) |
Modifier and Type | Method and Description |
---|---|
ChildRestartStats |
apply(ChildStats c) |
boolean |
isDefinedAt(ChildStats c) |
scala.collection.Iterator<ChildStats> |
valuesIterator() |
foreach, iterator, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
flatten, genericBuilder, head, isEmpty, transpose, unzip, unzip3
canEqual, copyToArray, drop, dropRight, exists, find, foldRight, forall, grouped, head, isEmpty, reduceRight, sameElements, slice, sliding, sliding, take, takeRight, takeWhile, thisCollection, toCollection, toIterable, toIterator, toStream, view, view, zip, zipAll, zipWithIndex
$plus$plus, $plus$plus$colon, $plus$plus$colon, collect, dropWhile, filter, filterNot, flatMap, groupBy, hasDefiniteSize, headOption, init, inits, isTraversableAgain, last, lastOption, map, newBuilder, partition, repr, scan, scanLeft, scanRight, sliceWithKnownBound, sliceWithKnownDelta, span, splitAt, stringPrefix, tail, tails, to, toString, toTraversable, withFilter
$colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToBuffer, count, fold, foldLeft, max, maxBy, min, minBy, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRightOption, reversed, sum, toArray, toBuffer, toIndexedSeq, toList, toMap, toSeq, toSet, toVector
public ChildRestartsIterable(scala.collection.immutable.MapLike<?,ChildStats,?> stats)
public final ChildRestartStats apply(ChildStats c)
apply
in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
public final boolean isDefinedAt(ChildStats c)
isDefinedAt
in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
public final scala.collection.Iterator<ChildStats> valuesIterator()
valuesIterator
in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>