|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.actor.IO.Iteratee$
public static class IO.Iteratee$
| Constructor Summary | |
|---|---|
IO.Iteratee$()
|
|
| Method Summary | ||
|---|---|---|
IO.Iteratee<scala.runtime.BoxedUnit> |
apply()
Returns Iteratee.unit |
|
|
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 |
|---|
public IO.Iteratee$()
| Method Detail |
|---|
public <A> IO.Iteratee<A> apply(A value)
IO.Done
IO.Iteratee. This is a helper for cases where the type should be
inferred as an Iteratee and not as a Done.
public IO.Iteratee<scala.runtime.BoxedUnit> apply()
public IO.Iteratee<scala.runtime.BoxedUnit> unit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||