|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.actor.IO.Iteratee<A>
akka.actor.IO.Done<A>
public static final class IO.Done<A>
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.
| 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 |
|---|
public IO.Done(A result)
| Method Detail |
|---|
public A result()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||