Package akka.util
Class Collections.PartialImmutableValuesIterable<From,To>
- java.lang.Object
- 
- akka.util.Collections.PartialImmutableValuesIterable<From,To>
 
- 
- All Implemented Interfaces:
- scala.collection.immutable.Iterable<To>,- scala.collection.Iterable<To>,- scala.collection.IterableFactoryDefaults<To,scala.collection.Iterable>,- scala.collection.IterableOnce<To>,- scala.collection.IterableOnceOps<To,scala.collection.Iterable,scala.collection.Iterable>,- scala.collection.IterableOps<To,scala.collection.Iterable,scala.collection.Iterable>
 - Direct Known Subclasses:
- ChildrenContainer.ChildrenIterable,- ChildrenContainer.ChildRestartsIterable
 - Enclosing class:
- Collections
 
 public abstract static class Collections.PartialImmutableValuesIterable<From,To> extends java.lang.Object implements scala.collection.immutable.Iterable<To>
- 
- 
Constructor SummaryConstructors Constructor Description PartialImmutableValuesIterable()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Toapply(From from)<C> voidforeach(scala.Function1<To,C> f)abstract booleanisDefinedAt(From from)scala.collection.Iterator<To>iterator()intsize()abstract scala.collection.Iterator<From>valuesIterator()- 
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
 
- 
 
- 
- 
- 
Method Detail- 
foreachpublic <C> void foreach(scala.Function1<To,C> f) - Specified by:
- foreachin interface- scala.collection.IterableOnceOps<To,scala.collection.Iterable,scala.collection.Iterable>
 
 - 
isDefinedAtpublic abstract boolean isDefinedAt(From from) 
 - 
iteratorpublic final scala.collection.Iterator<To> iterator() - Specified by:
- iteratorin interface- scala.collection.IterableOnce<From>
 
 - 
sizepublic int size() - Specified by:
- sizein interface- scala.collection.IterableOnceOps<To,scala.collection.Iterable,scala.collection.Iterable>
 
 - 
valuesIteratorpublic abstract scala.collection.Iterator<From> valuesIterator() 
 
- 
 
-