unf.CapturePredicate
- class unf.CapturePredicate
Predicate functor which indicates whether a notice can be captured during a transaction.
- static Default()
Create a predicate which return true for each notice type.
- Returns:
Instance of
unf.CapturePredicate
.
- static BlockAll()
Create a predicate which return false for each notice type.
- Returns:
Instance of
unf.CapturePredicate
.