Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Treatment concentrateBlock

std/flow/concentrate::concentrateBlock


Generics

◻ T (any)

Configuration

⬡ concentrator: std/flow/concentrate::Concentrator

Inputs

⇥ data: Block<T>


Receive a single Block<T> value and forward it into the Concentrator channel for type T on the current track.

Block variant of concentrate; use when the producer emits exactly one value rather than a stream.