Interface Test

All Known Subinterfaces:
FilterWrapper<T>
All Known Implementing Classes:
AbstractFilterWrapper, AndOperator, BaseBooleanOperator, BooleanEitherFilter, BooleanFilter, BooleanMatchFilter, DefaultNumberWrapper, DefaultNumberWrapper.DefaultDoubleWrapper, DefaultNumberWrapper.DefaultIntWrapper, DefaultNumberWrapper.DefaultLongWrapper, NandOperator, NorOperator, NotOperator, OrOperator, TestFilter, Within, XorOperator

public interface Test
An interface that applies a predicate operation. The state of the test can be accessed with the passed() method.
Author:
Greg Higgins ([email protected])
  • Method Summary

    Modifier and Type Method Description
    default boolean passed()  
  • Method Details

    • passed

      default boolean passed()