Package org.apache.pekko.util
Class Collections.PartialImmutableValuesIterable<From,To>
java.lang.Object
org.apache.pekko.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 Object
implements scala.collection.immutable.Iterable<To>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.collection.immutable.Iterable
iterableFactoryMethods inherited from interface scala.collection.Iterable
className, coll, collectionClassName, lazyZip, seq, stringPrefix, toIterable, toStringMethods inherited from interface scala.collection.IterableFactoryDefaults
empty, fromSpecific, newSpecificBuilderMethods inherited from interface scala.collection.IterableOnce
knownSize, stepperMethods 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, toVectorMethods 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 Details
-
PartialImmutableValuesIterable
public PartialImmutableValuesIterable()
-
-
Method Details
-
apply
-
foreach
- Specified by:
foreachin interfacescala.collection.IterableOnceOps<To,scala.collection.Iterable, scala.collection.Iterable>
-
isDefinedAt
-
iterator
- Specified by:
iteratorin interfacescala.collection.IterableOnce<From>
-
size
public int size()- Specified by:
sizein interfacescala.collection.IterableOnceOps<To,scala.collection.Iterable, scala.collection.Iterable>
-
valuesIterator
-