|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.util.Collections.PartialImmutableValuesIterable<From,To>
public abstract static class Collections.PartialImmutableValuesIterable<From,To>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface scala.collection.TraversableLike |
---|
scala.collection.TraversableLike.WithFilter |
Constructor Summary | |
---|---|
Collections.PartialImmutableValuesIterable()
|
Method Summary | ||
---|---|---|
abstract To |
apply(From from)
|
|
|
foreach(scala.Function1<To,C> f)
|
|
abstract boolean |
isDefinedAt(From from)
|
|
scala.collection.Iterator<To> |
iterator()
|
|
int |
size()
|
|
abstract scala.collection.Iterator<From> |
valuesIterator()
|
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.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, partition, repr, scan, scanLeft, scanRight, sliceWithKnownBound, sliceWithKnownDelta, span, splitAt, stringPrefix, tail, tails, to, toString, toTraversable, withFilter |
Constructor Detail |
---|
public Collections.PartialImmutableValuesIterable()
Method Detail |
---|
public abstract boolean isDefinedAt(From from)
public abstract To apply(From from)
public abstract scala.collection.Iterator<From> valuesIterator()
public final scala.collection.Iterator<To> iterator()
iterator
in interface scala.collection.GenIterableLike<To,scala.collection.immutable.Iterable<To>>
iterator
in interface scala.collection.IterableLike<To,scala.collection.immutable.Iterable<To>>
public int size()
size
in interface scala.collection.GenTraversableLike<To,scala.collection.immutable.Iterable<To>>
size
in interface scala.collection.GenTraversableOnce<To>
size
in interface scala.collection.TraversableOnce<To>
public <C> void foreach(scala.Function1<To,C> f)
foreach
in interface scala.collection.generic.FilterMonadic<To,scala.collection.immutable.Iterable<To>>
foreach
in interface scala.collection.generic.GenericTraversableTemplate<To,scala.collection.immutable.Iterable>
foreach
in interface scala.collection.GenTraversableLike<To,scala.collection.immutable.Iterable<To>>
foreach
in interface scala.collection.GenTraversableOnce<To>
foreach
in interface scala.collection.IterableLike<To,scala.collection.immutable.Iterable<To>>
foreach
in interface scala.collection.TraversableLike<To,scala.collection.immutable.Iterable<To>>
foreach
in interface scala.collection.TraversableOnce<To>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |