Package com.github.hakenadu.javalangchains.chains.base
-
Class Summary Class Description ApplyToStreamInputChain<I,O> this chain applies another chain (which is passed as a constructor parameter) to each item of the input stream.JoinChain<I,O> ThisChainis used to join multiple other chains.StreamUnwrappingChain<T> a utility chain which is used to retrieve the element from a singleton streamStreamWrappingChain<T>