Interface Predicate<T>

All Known Implementing Classes:
SampleNameFilter, SampleNameFilter.AllowAll

public interface Predicate<T>
Replacement for Java 8's java.util.function.Predicate for compatibility with Java versions < 8.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t)
     
  • Method Details

    • test

      boolean test(T t)