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 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 ch.sahits.game.com.guigarage.marvfx.property.rules.present.AbstractPropertyPresentRule
and, checkAssertion, or
-
-