akka.actor
Interface IO.IterateeRef<A>

All Known Implementing Classes:
IO.IterateeRefAsync, IO.IterateeRefSync
Enclosing class:
IO

public static interface IO.IterateeRef<A>

A mutable reference to an Iteratee designed for use within an Actor.

See IO.IterateeRefSync and IO.IterateeRefAsync for details.


Nested Class Summary
static class IO.IterateeRef.Map<K,V>
          A mutable Map to contain multiple IterateeRefs.
static class IO.IterateeRef.Map$
           
 
Method Summary
 void apply(IO.Input input)
           
 void flatMap(scala.Function1<A,IO.Iteratee<A>> f)
           
 void map(scala.Function1<A,A> f)
           
 

Method Detail

flatMap

void flatMap(scala.Function1<A,IO.Iteratee<A>> f)

map

void map(scala.Function1<A,A> f)

apply

void apply(IO.Input input)