Instance Constructors
-
new
SmallestMailboxFirstIterator
(items: List[ActorRef])
-
new
SmallestMailboxFirstIterator
(items: Seq[ActorRef])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
++
[B >: ActorRef]
(that: ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
/:
[B]
(z: B)(op: (B, ActorRef) ⇒ B): B
-
def
/:\
[A1 >: ActorRef]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\
[B]
(z: B)(op: (ActorRef, B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addString
(b: StringBuilder): StringBuilder
-
def
addString
(b: StringBuilder, sep: String): StringBuilder
-
def
addString
(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate
[B]
(z: B)(seqop: (B, ActorRef) ⇒ B, combop: (B, B) ⇒ B): B
-
def
asInstanceOf
[T0]
: T0
-
def
buffered
: BufferedIterator[ActorRef]
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B]
(pf: PartialFunction[ActorRef, B]): Iterator[B]
-
def
collectFirst
[B]
(pf: PartialFunction[ActorRef, B]): Option[B]
-
def
contains
(elem: Any): Boolean
-
def
copyToArray
[B >: ActorRef]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: ActorRef]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: ActorRef]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: ActorRef]
(dest: Buffer[B]): Unit
-
def
count
(p: (ActorRef) ⇒ Boolean): Int
-
def
drop
(n: Int): Iterator[ActorRef]
-
def
dropWhile
(p: (ActorRef) ⇒ Boolean): Iterator[ActorRef]
-
def
duplicate
: (Iterator[ActorRef], Iterator[ActorRef])
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exists
(f: (ActorRef) ⇒ Boolean): Boolean
-
def
filter
(p: (ActorRef) ⇒ Boolean): Iterator[ActorRef]
-
def
filterNot
(p: (ActorRef) ⇒ Boolean): Iterator[ActorRef]
-
def
finalize
(): Unit
-
def
find
(p: (ActorRef) ⇒ Boolean): Option[ActorRef]
-
def
flatMap
[B]
(f: (ActorRef) ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
fold
[A1 >: ActorRef]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, ActorRef) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: (ActorRef, B) ⇒ B): B
-
def
forall
(p: (ActorRef) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: (ActorRef) ⇒ U): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
grouped
[B >: ActorRef]
(size: Int): GroupedIterator[B]
-
def
hasDefiniteSize
: Boolean
-
def
hasNext
: Boolean
-
def
hashCode
(): Int
-
def
indexOf
[B >: ActorRef]
(elem: B): Int
-
def
indexWhere
(p: (ActorRef) ⇒ Boolean): Int
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
val
items
: Seq[ActorRef]
-
def
length
: Int
-
def
map
[B]
(f: (ActorRef) ⇒ B): Iterator[B]
-
def
max
[B >: ActorRef]
(implicit cmp: Ordering[B]): ActorRef
-
def
maxBy
[B]
(f: (ActorRef) ⇒ B)(implicit cmp: Ordering[B]): ActorRef
-
def
min
[B >: ActorRef]
(implicit cmp: Ordering[B]): ActorRef
-
def
minBy
[B]
(f: (ActorRef) ⇒ B)(implicit cmp: Ordering[B]): ActorRef
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
padTo
[A1 >: ActorRef]
(len: Int, elem: A1): Iterator[A1]
-
def
partition
(p: (ActorRef) ⇒ Boolean): (Iterator[ActorRef], Iterator[ActorRef])
-
def
patch
[B >: ActorRef]
(from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
-
def
product
[B >: ActorRef]
(implicit num: Numeric[B]): B
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
reduce
[A1 >: ActorRef]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: ActorRef]
(op: (B, ActorRef) ⇒ B): B
-
def
reduceLeftOption
[B >: ActorRef]
(op: (B, ActorRef) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: ActorRef]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: ActorRef]
(op: (ActorRef, B) ⇒ B): B
-
def
reduceRightOption
[B >: ActorRef]
(op: (ActorRef, B) ⇒ B): Option[B]
-
def
reversed
: List[ActorRef]
-
def
sameElements
(that: Iterator[_]): Boolean
-
def
scanLeft
[B]
(z: B)(op: (B, ActorRef) ⇒ B): Iterator[B]
-
def
scanRight
[B]
(z: B)(op: (ActorRef, B) ⇒ B): Iterator[B]
-
def
seq
: Iterator[ActorRef]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): Iterator[ActorRef]
-
def
sliding
[B >: ActorRef]
(size: Int, step: Int): GroupedIterator[B]
-
def
span
(p: (ActorRef) ⇒ Boolean): (Iterator[ActorRef], Iterator[ActorRef])
-
def
sum
[B >: ActorRef]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
take
(n: Int): Iterator[ActorRef]
-
def
takeWhile
(p: (ActorRef) ⇒ Boolean): Iterator[ActorRef]
-
def
toArray
[B >: ActorRef]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[B >: ActorRef]
: Buffer[B]
-
def
toIndexedSeq
[B >: ActorRef]
: IndexedSeq[B]
-
def
toIterable
: Iterable[ActorRef]
-
def
toIterator
: Iterator[ActorRef]
-
def
toList
: List[ActorRef]
-
def
toMap
[T, U]
(implicit ev: <:<[ActorRef, (T, U)]): Map[T, U]
-
def
toSeq
: Seq[ActorRef]
-
def
toSet
[B >: ActorRef]
: Set[B]
-
def
toStream
: Stream[ActorRef]
-
def
toString
(): String
-
def
toTraversable
: Traversable[ActorRef]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withFilter
(p: (ActorRef) ⇒ Boolean): Iterator[ActorRef]
-
def
zip
[B]
(that: Iterator[B]): Iterator[(ActorRef, B)]
-
def
zipAll
[B, A1 >: ActorRef, B1 >: B]
(that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]
-
def
zipWithIndex
: Iterator[(ActorRef, Int)] { ... /* 2 definitions in type refinement */ }
Deprecated Value Members
-
def
append
[B >: ActorRef]
(that: Iterator[B]): Iterator[B]
-
def
counted
: CountedIterator[ActorRef]
-
def
findIndexOf
(p: (ActorRef) ⇒ Boolean): Int
-
def
productElements
: Iterator[Any]
-
def
readInto
[B >: ActorRef]
(xs: Array[B]): Unit
-
def
readInto
[B >: ActorRef]
(xs: Array[B], start: Int): Unit
-
def
readInto
[B >: ActorRef]
(xs: Array[B], start: Int, sz: Int): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from TraversableOnce[ActorRef]
Inherited from GenTraversableOnce[ActorRef]
Inherited from AnyRef
Inherited from Any
This InfiniteIterator always returns the Actor that has the currently smallest mailbox useful for work-stealing.