Interface Predicate<T>

Type Parameters:
T -

public interface Predicate<T>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(T subject)
     
  • Method Details

    • evaluate

      boolean evaluate(@Nullable T subject)
      Returns:
      Whether the subject fulfils a particular condition