Interface Predicate


public interface Predicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(Object object)
     
  • Method Details

    • evaluate

      boolean evaluate(Object object)