akka.actor
Class IO.IterateeRef$

java.lang.Object
  extended by akka.actor.IO.IterateeRef$
Enclosing class:
IO

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


Constructor Summary
IO.IterateeRef$()
           
 
Method Summary
 IO.IterateeRefAsync<scala.runtime.BoxedUnit> async(scala.concurrent.ExecutionContext executor)
          Creates an empty IO.IterateeRefAsync.
<A> IO.IterateeRefAsync<A>
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.
<A> IO.IterateeRefSync<A>
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

IO.IterateeRef$

public IO.IterateeRef$()
Method Detail

sync

public <A> IO.IterateeRefSync<A> sync(IO.Iteratee<A> initial)
Creates an IO.IterateeRefSync containing an initial IO.Iteratee.


sync

public IO.IterateeRefSync<scala.runtime.BoxedUnit> sync()
Creates an empty IO.IterateeRefSync.


async

public <A> IO.IterateeRefAsync<A> async(IO.Iteratee<A> initial,
                                        scala.concurrent.ExecutionContext executor)
Creates an IO.IterateeRefAsync containing an initial IO.Iteratee.


async

public IO.IterateeRefAsync<scala.runtime.BoxedUnit> async(scala.concurrent.ExecutionContext executor)
Creates an empty IO.IterateeRefAsync.