com.hammurapi.flow.runtime.impl
Class Joiner.InputConsumer

java.lang.Object
  extended by com.hammurapi.flow.runtime.impl.Joiner.InputConsumer
Enclosing class:
Joiner<T,C,R>

public static class Joiner.InputConsumer
extends Object

Interface to consume inputs in join() method.

Author:
Pavel Vlasov

Method Summary
 void consume(int index)
          Consumes input at given index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

consume

public void consume(int index)
Consumes input at given index.

Parameters:
index -