akka.actor
Class IO.IterateeRef.Map$

java.lang.Object
  extended by akka.actor.IO.IterateeRef.Map$
Enclosing interface:
IO.IterateeRef<A>

public static class IO.IterateeRef.Map$
extends java.lang.Object


Constructor Summary
IO.IterateeRef.Map$()
           
 
Method Summary
<K,V> IO.IterateeRef.Map<K,V>
apply(scala.Function0<IO.IterateeRef<V>> refFactory)
          Uses a factory to create the initial IterateeRef for each new key.
<K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit>
async(scala.concurrent.ExecutionContext executor)
          Creates an empty IO.IterateeRefAsync for each new key.
<K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit>
sync()
          Creates an empty IO.IterateeRefSync for each new key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO.IterateeRef.Map$

public IO.IterateeRef.Map$()
Method Detail

apply

public <K,V> IO.IterateeRef.Map<K,V> apply(scala.Function0<IO.IterateeRef<V>> refFactory)
Uses a factory to create the initial IterateeRef for each new key.


sync

public <K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit> sync()
Creates an empty IO.IterateeRefSync for each new key.


async

public <K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit> async(scala.concurrent.ExecutionContext executor)
Creates an empty IO.IterateeRefAsync for each new key.