Class TristateFilter.MatchingPredicate<T>

java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.filters.tristate.TristateFilter.MatchingPredicate<T>
All Implemented Interfaces:
java.util.function.Predicate<T>
Enclosing interface:
TristateFilter<T>

public static class TristateFilter.MatchingPredicate<T>
extends java.lang.Object
implements java.util.function.Predicate<T>
  • Constructor Summary

    Constructors 
    Constructor Description
    MatchingPredicate​(TristateFilter<T> filter, TristateFilter.Policy matchOn)  
  • Method Summary

    Modifier and Type Method Description
    boolean test​(T t)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or