akka.actor.dungeon
Class ChildrenContainer.ChildRestartsIterable

java.lang.Object
  extended by akka.util.Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>
      extended by akka.actor.dungeon.ChildrenContainer.ChildRestartsIterable
All Implemented Interfaces:
scala.collection.generic.FilterMonadic<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.generic.GenericTraversableTemplate<ChildRestartStats,scala.collection.GenTraversable>, scala.collection.generic.HasNewBuilder<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.GenIterable<ChildRestartStats>, scala.collection.GenIterableLike<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.GenTraversable<ChildRestartStats>, scala.collection.GenTraversableLike<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.GenTraversableOnce<ChildRestartStats>, scala.collection.Iterable<ChildRestartStats>, scala.collection.IterableLike<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.Parallelizable<ChildRestartStats,scala.collection.parallel.ParIterable<ChildRestartStats>>, scala.collection.Traversable<ChildRestartStats>, scala.collection.TraversableLike<ChildRestartStats,scala.collection.Iterable<ChildRestartStats>>, scala.collection.TraversableOnce<ChildRestartStats>, scala.Equals, scala.Immutable
Enclosing interface:
ChildrenContainer

public static class ChildrenContainer.ChildRestartsIterable
extends Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>


Nested Class Summary
 
Nested classes/interfaces inherited from interface scala.collection.TraversableLike
scala.collection.TraversableLike.WithFilter
 
Nested classes/interfaces inherited from interface scala.collection.TraversableOnce
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 Summary
ChildrenContainer.ChildRestartsIterable(scala.collection.immutable.MapLike<?,ChildStats,?> stats)
           
 
Method Summary
 ChildRestartStats apply(ChildStats c)
           
 boolean isDefinedAt(ChildStats c)
           
 scala.collection.Iterator<ChildStats> valuesIterator()
           
 
Methods inherited from class akka.util.Collections.PartialImmutableValuesIterable
foreach, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.collection.immutable.Iterable
companion, parCombiner, seq
 
Methods inherited from interface scala.collection.generic.GenericTraversableTemplate
flatten, genericBuilder, head, isEmpty, transpose, unzip, unzip3
 
Methods inherited from interface scala.collection.IterableLike
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
 
Methods inherited from interface scala.Equals
equals
 
Methods inherited from interface scala.collection.TraversableLike
$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
 
Methods inherited from interface scala.collection.TraversableOnce
$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
 
Methods inherited from interface scala.collection.Parallelizable
par
 

Constructor Detail

ChildrenContainer.ChildRestartsIterable

public ChildrenContainer.ChildRestartsIterable(scala.collection.immutable.MapLike<?,ChildStats,?> stats)
Method Detail

apply

public final ChildRestartStats apply(ChildStats c)
Specified by:
apply in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>

isDefinedAt

public final boolean isDefinedAt(ChildStats c)
Specified by:
isDefinedAt in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>

valuesIterator

public final scala.collection.Iterator<ChildStats> valuesIterator()
Specified by:
valuesIterator in class Collections.PartialImmutableValuesIterable<ChildStats,ChildRestartStats>