Interface BiPredicate<T,U>

All Known Subinterfaces:
CountMatchingMode

public interface BiPredicate<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T first, U second)
     
  • Method Details

    • test

      boolean test(T first, U second)