akka.actor
Class IO.Next<A>

java.lang.Object
  extended by akka.actor.IO.Iteratee<A>
      extended by akka.actor.IO.Next<A>
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static final class IO.Next<A>
extends IO.Iteratee<A>
implements scala.Product, scala.Serializable

An IO.Iteratee that still requires more input to calculate it's result.

See Also:
Serialized Form

Constructor Summary
IO.Next(scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f)
           
 
Method Summary
 scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f()
           
 
Methods inherited from class akka.actor.IO.Iteratee
apply, flatMap, get, map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IO.Next

public IO.Next(scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f)
Method Detail

f

public scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f()