struct
Movie::Streams::Typed::RunnableFoldPipeline(T, R)
- Movie::Streams::Typed::RunnableFoldPipeline(T, R)
- Struct
- Value
- Object
Defined in:
movie/streams_typed.crConstructors
Instance Method Summary
Constructor Detail
def self.new(source_behavior : AbstractBehavior(MessageBase(T)), flows : Array(AbstractBehavior(MessageBase(T))), initial : R, reducer : R, T -> R, initial_demand : UInt64 = 0_u64)
#