predicate
The error-throwing closure that determines whether this publisher should emit a Boolean true element.
Declaration
let predicate: (Upstream.Output) throws -> BoolThe error-throwing closure that determines whether this publisher should emit a Boolean true element.
let predicate: (Upstream.Output) throws -> Bool