akka.actor
Class IO.Iteratee$

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

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


Constructor Summary
IO.Iteratee$()
           
 
Method Summary
 IO.Iteratee<scala.runtime.BoxedUnit> apply()
          Returns Iteratee.unit
<A> IO.Iteratee<A>
apply(A value)
          Wrap the provided value within a IO.Done IO.Iteratee.
 IO.Iteratee<scala.runtime.BoxedUnit> unit()
          The single value representing Done(())
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO.Iteratee$

public IO.Iteratee$()
Method Detail

apply

public <A> IO.Iteratee<A> apply(A value)
Wrap the provided value within a IO.Done IO.Iteratee. This is a helper for cases where the type should be inferred as an Iteratee and not as a Done.


apply

public IO.Iteratee<scala.runtime.BoxedUnit> apply()
Returns Iteratee.unit


unit

public IO.Iteratee<scala.runtime.BoxedUnit> unit()
The single value representing Done(())