Class isEqualsRule<U>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private U assertedValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      isEqualsRule​(U assertedValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(javafx.beans.value.ObservableValue<U> observable)  
      • Methods inherited from class java.lang.Object

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

      • assertedValue

        private U assertedValue
    • Constructor Detail

      • isEqualsRule

        public isEqualsRule​(U assertedValue)