Interface Predicate<T>

All Known Implementing Classes:
LabelPrefixPredicate

public interface Predicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(T input)
     
  • Method Details

    • apply

      boolean apply(T input)