|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.actor.IO.IterateeRef.Map$
public static class IO.IterateeRef.Map$
| Constructor Summary | |
|---|---|
IO.IterateeRef.Map$()
|
|
| Method Summary | ||
|---|---|---|
|
apply(scala.Function0<IO.IterateeRef<V>> refFactory)
Uses a factory to create the initial IterateeRef for each new key. |
|
|
async(scala.concurrent.ExecutionContext executor)
Creates an empty IO.IterateeRefAsync for each new key. |
|
|
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 |
|---|
public IO.IterateeRef.Map$()
| Method Detail |
|---|
public <K,V> IO.IterateeRef.Map<K,V> apply(scala.Function0<IO.IterateeRef<V>> refFactory)
public <K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit> sync()
IO.IterateeRefSync for each new key.
public <K> IO.IterateeRef.Map<K,scala.runtime.BoxedUnit> async(scala.concurrent.ExecutionContext executor)
IO.IterateeRefAsync for each new key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||