Interface BiPredicate<T,V>


public interface BiPredicate<T,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t, V v)
     
  • Method Details

    • test

      boolean test(T t, V v)