Interface MatcherPredicate


public interface MatcherPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(Object source, Object target)
     
  • Method Details

    • evaluate

      boolean evaluate(Object source, Object target)