Interface Condition<T,V>


public interface Condition<T,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
    matches(T value)
     
     
  • Method Details

    • matches

      boolean matches(T value)
    • result

      V result()
    • equals

      boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object