Interface Predicate<T>

All Known Implementing Classes:
DescribedPredicate, PackageMatchers

@PublicAPI(usage=INHERITANCE)
public interface Predicate<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  Predicate.Defaults  
  • Method Summary

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

    • apply

      boolean apply​(T input)