Interface BinaryPredicate<X,​Y>


  • public interface BinaryPredicate<X,​Y>
    • Method Detail

      • test

        boolean test​(X a,
                     Y b)