rx.algorithm.filter

This module defines algorithm 'filter'

Members

Structs

FilterObservable
struct FilterObservable(alias pred, TObservable)

Templates

filter
template filter(alias pred)

Implements the higher order filter function. The predicate is passed to std.functional.unaryFun, and can either accept a string, or any callable that can be executed via pred(element).