Interface CollectionUtilities.ObjectMatcher<T>

Type Parameters:
T -
All Known Implementing Classes:
CollectionUtilities.InverseMatcher
Enclosing class:
CollectionUtilities

public static interface CollectionUtilities.ObjectMatcher<T>
Matches item.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Must handle null, never throw exception
  • Method Details

    • matches

      boolean matches(T o)
      Must handle null, never throw exception
      Parameters:
      o -
      Returns: