Interface Equals<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Equals<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(T prev, T cur)
     
    static boolean
    never(Object o1, Object o2)
     
  • Method Details

    • apply

      boolean apply(T prev, T cur)
    • never

      static boolean never(Object o1, Object o2)