akka.actor
Class IO.Done<A>

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

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

An Iteratee representing a result, usually returned by the successful completion of an Iteratee. Also used to wrap any constants or precalculated values that need to be composed with other Iteratees.

See Also:
Serialized Form

Constructor Summary
IO.Done(A result)
           
 
Method Summary
 A result()
           
 
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.Done

public IO.Done(A result)
Method Detail

result

public A result()