|
|||||||||
| 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.Next<A>
public static final class IO.Next<A>
An IO.Iteratee that still requires more input to calculate
it's result.
| 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 |
|---|
public IO.Next(scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f)
| Method Detail |
|---|
public scala.Function1<IO.Input,scala.Tuple2<IO.Iteratee<A>,IO.Input>> f()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||