Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Conditional and Boolean Operators

The Conditional and Boolean Operators  are Operators that evaluate one or more Observables or items emitted by Observables: 

Observables

Description

all

Observable that emits true if every item emitted by the source Observable satisfies a specified condition; otherwise, it emits false

amb

Observable that emits  same sequence as whichever of  source Observables first emitted an item or sent a termination notification

contains

An Observable that emits true if the source Observable emitted a specified item; otherwise it emits false

default_if_empty

An Observable that emits true if the source Observable emitted a specified item; otherwise it emits false

sequence_equal

Observable ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content