|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.actor.IO.IterateeRef$
public static class IO.IterateeRef$
| Constructor Summary | |
|---|---|
IO.IterateeRef$()
|
|
| Method Summary | ||
|---|---|---|
IO.IterateeRefAsync<scala.runtime.BoxedUnit> |
async(scala.concurrent.ExecutionContext executor)
Creates an empty IO.IterateeRefAsync. |
|
|
async(IO.Iteratee<A> initial,
scala.concurrent.ExecutionContext executor)
Creates an IO.IterateeRefAsync containing an initial
IO.Iteratee. |
|
IO.IterateeRefSync<scala.runtime.BoxedUnit> |
sync()
Creates an empty IO.IterateeRefSync. |
|
|
sync(IO.Iteratee<A> initial)
Creates an IO.IterateeRefSync containing an initial
IO.Iteratee. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IO.IterateeRef$()
| Method Detail |
|---|
public <A> IO.IterateeRefSync<A> sync(IO.Iteratee<A> initial)
IO.IterateeRefSync containing an initial
IO.Iteratee.
public IO.IterateeRefSync<scala.runtime.BoxedUnit> sync()
IO.IterateeRefSync.
public <A> IO.IterateeRefAsync<A> async(IO.Iteratee<A> initial,
scala.concurrent.ExecutionContext executor)
IO.IterateeRefAsync containing an initial
IO.Iteratee.
public IO.IterateeRefAsync<scala.runtime.BoxedUnit> async(scala.concurrent.ExecutionContext executor)
IO.IterateeRefAsync.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||