filter property

Predicate1<S>? filter
final

An (optional) filter predicate to exclude certain states from the history.

Implementation

final Predicate1<S>? filter;