net.fortytwo.flow
Class AddToCollectionSink<T,E extends Exception>

java.lang.Object
  extended by net.fortytwo.flow.AddToCollectionSink<T,E>
All Implemented Interfaces:
Sink<T,E>

public class AddToCollectionSink<T,E extends Exception>
extends Object
implements Sink<T,E>

Author: josh Date: Mar 11, 2008 Time: 8:45:29 AM


Constructor Summary
AddToCollectionSink(Collection<T> coll)
           
 
Method Summary
 void put(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToCollectionSink

public AddToCollectionSink(Collection<T> coll)
Method Detail

put

public void put(T t)
         throws E extends Exception
Specified by:
put in interface Sink<T,E extends Exception>
Throws:
E extends Exception


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.