net.fortytwo.flow
Class AddToCollectionSink<T,E extends Exception>
java.lang.Object
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
|
Method Summary |
void |
put(T t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToCollectionSink
public AddToCollectionSink(Collection<T> coll)
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.