Interface StreamOptions
Index
Properties
Properties
OptionalfilterFn
Optional predicate applied to each card in the stream.
When provided, the card is yielded only if this function returns true. This predicate is applied after all
structured stream options (filters, group exclusions, identity selection) have been evaluated.
Intended for advanced or ad-hoc use cases. Structured filters should be preferred where possible.
Options for Stream.Reader.asStream.