Module predicates

Module predicates 

Source
Expand description

§Predicates Module

This module provides predicate-related functional programming abstractions for testing values and returning boolean results.

§Author

Haixing Hu

Re-exports§

pub use bi_predicate::ArcBiPredicate;
pub use bi_predicate::BiPredicate;
pub use bi_predicate::BoxBiPredicate;
pub use bi_predicate::FnBiPredicateOps;
pub use bi_predicate::RcBiPredicate;
pub use predicate::ArcPredicate;
pub use predicate::BoxPredicate;
pub use predicate::FnPredicateOps;
pub use predicate::Predicate;
pub use predicate::RcPredicate;

Modules§

bi_predicate
BiPredicate Abstraction
macros
Predicate Macros Module
predicate
Predicate Abstraction