Interface BinaryPredicate<X,Y>


public interface BinaryPredicate<X,Y>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(X a, Y b)
     
  • Method Details

    • test

      boolean test(X a, Y b)