Interface Correspondence.BinaryPredicate<A extends @Nullable Object,​E extends @Nullable Object>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean apply​(A actual, E expected)
      Returns whether or not the actual and expected values satisfy the condition defined by this predicate.
    • Method Detail

      • apply

        boolean apply​(A actual,
                      E expected)
        Returns whether or not the actual and expected values satisfy the condition defined by this predicate.