Interface SourceSectionFilter.SourcePredicate

All Superinterfaces:
Predicate<Source>
Enclosing class:
SourceSectionFilter

public static interface SourceSectionFilter.SourcePredicate extends Predicate<Source>
Represents a predicate for source objects.
Since:
0.17
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Source source)
    Returns true if the given source should be tested positive and false if the sources should be filtered.

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • test

      boolean test(Source source)
      Returns true if the given source should be tested positive and false if the sources should be filtered.
      Specified by:
      test in interface Predicate<Source>
      Parameters:
      source - the source object to filter
      Since:
      0.17