Class ObjectHelper.BiObjectPredicate

  • All Implemented Interfaces:
    BiPredicate<java.lang.Object,​java.lang.Object>
    Enclosing class:
    ObjectHelper

    static final class ObjectHelper.BiObjectPredicate
    extends java.lang.Object
    implements BiPredicate<java.lang.Object,​java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.Object o1, java.lang.Object o2)
      Test the given input values and return a boolean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BiObjectPredicate

        BiObjectPredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.Object o1,
                            java.lang.Object o2)
        Description copied from interface: BiPredicate
        Test the given input values and return a boolean.
        Specified by:
        test in interface BiPredicate<java.lang.Object,​java.lang.Object>
        Parameters:
        o1 - the first value
        o2 - the second value
        Returns:
        the boolean result