Class isEqualsRule<U>
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.present.AbstractPropertyPresentRule<U>
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.present.isEqualsRule<U>
-
- All Implemented Interfaces:
MarvinPropertyRule<U>
public class isEqualsRule<U> extends AbstractPropertyPresentRule<U>
-
-
Field Summary
Fields Modifier and Type Field Description private UassertedValue
-
Constructor Summary
Constructors Constructor Description isEqualsRule(U assertedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(javafx.beans.value.ObservableValue<U> observable)-
Methods inherited from class ch.sahits.game.com.guigarage.marvfx.property.rules.present.AbstractPropertyPresentRule
and, checkAssertion, or
-
-