Package org.apache.pekko.actor.dungeon
Class ChildrenContainer.ChildRestartsIterable
- java.lang.Object
- 
- org.apache.pekko.util.Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
- 
- org.apache.pekko.actor.dungeon.ChildrenContainer.ChildRestartsIterable
 
 
- 
- All Implemented Interfaces:
- scala.collection.immutable.Iterable<ChildRestartStats>,- scala.collection.Iterable<ChildRestartStats>,- scala.collection.IterableFactoryDefaults<ChildRestartStats,scala.collection.Iterable>,- scala.collection.IterableOnce<ChildRestartStats>,- scala.collection.IterableOnceOps<ChildRestartStats,scala.collection.Iterable,scala.collection.Iterable>,- scala.collection.IterableOps<ChildRestartStats,scala.collection.Iterable,scala.collection.Iterable>
 - Enclosing interface:
- ChildrenContainer
 
 public static class ChildrenContainer.ChildRestartsIterable extends Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats> 
- 
- 
Constructor SummaryConstructors Constructor Description ChildRestartsIterable(scala.collection.immutable.Map<?,ChildStats> stats)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildRestartStatsapply(ChildStats c)booleanisDefinedAt(ChildStats c)scala.collection.Iterator<ChildStats>valuesIterator()- 
Methods inherited from class org.apache.pekko.util.Collections.PartialImmutableValuesIterableforeach, iterator, size
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface scala.collection.IterableclassName, coll, collectionClassName, lazyZip, seq, stringPrefix, toIterable, toString
 - 
Methods inherited from interface scala.collection.IterableFactoryDefaultsempty, fromSpecific, newSpecificBuilder
 - 
Methods inherited from interface scala.collection.IterableOnceOps$colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToArray, copyToBuffer, corresponds, count, exists, find, fold, foldLeft, foldRight, forall, hasDefiniteSize, isEmpty, max, maxBy, maxByOption, maxOption, min, minBy, minByOption, minOption, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRight, reduceRightOption, reversed, sum, to, toArray, toBuffer, toIndexedSeq, toIterator, toList, toMap, toSeq, toSet, toStream, toVector
 - 
Methods inherited from interface scala.collection.IterableOps$plus$plus, $plus$plus$colon, collect, companion, concat, drop, dropRight, dropWhile, filter, filterNot, flatMap, flatten, groupBy, grouped, groupMap, groupMapReduce, head, headOption, init, inits, isTraversableAgain, last, lastOption, map, partition, partitionMap, repr, scan, scanLeft, scanRight, sizeCompare, sizeCompare, sizeIs, slice, sliding, sliding, span, splitAt, tail, tails, take, takeRight, takeWhile, tapEach, toTraversable, transpose, unzip, unzip3, view, view, withFilter, zip, zipAll, zipWithIndex
 
- 
 
- 
- 
- 
Constructor Detail- 
ChildRestartsIterablepublic ChildRestartsIterable(scala.collection.immutable.Map<?,ChildStats> stats) 
 
- 
 - 
Method Detail- 
applypublic final ChildRestartStats apply(ChildStats c) - Specified by:
- applyin class- Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
 
 - 
isDefinedAtpublic final boolean isDefinedAt(ChildStats c) - Specified by:
- isDefinedAtin class- Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
 
 - 
valuesIteratorpublic final scala.collection.Iterator<ChildStats> valuesIterator() - Specified by:
- valuesIteratorin class- Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
 
 
- 
 
-