Treatment pass

std/flow::pass


Generics

◻ T (any)

Parameters

↳ var cond: bool

Inputs

⇥ stream: Stream<T>

Outputs

↦ passed: Stream<T>


Pass stream under condition.

If if is true, pass the stream, else closes it.