java.lang.Object
com.github.hakenadu.javalangchains.chains.base.StreamWrappingChain<T>
-
-
Method Summary
| Modifier and Type |
Method |
Description |
Stream<T> |
run(T input) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.hakenadu.javalangchains.chains.Chain
chain
-
Constructor Details
-
public StreamWrappingChain()
-
Method Details
-
Description copied from interface: Chain
- Specified by:
run in interface Chain<T,Stream<T>>
- Parameters:
input - this chain's input
- Returns:
- this chain's output