Class AndRule<U>
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.present.AbstractPropertyPresentRule<U>
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.present.AndRule<U>
-
- All Implemented Interfaces:
MarvinPropertyRule<U>
public class AndRule<U> extends AbstractPropertyPresentRule<U>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<AbstractPropertyPresentRule<U>>
rules
-
Constructor Summary
Constructors Constructor Description AndRule(AbstractPropertyPresentRule<U>... rules)
-
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
-
-
-
-
Field Detail
-
rules
private java.util.List<AbstractPropertyPresentRule<U>> rules
-
-
Constructor Detail
-
AndRule
public AndRule(AbstractPropertyPresentRule<U>... rules)
-
-
Method Detail
-
check
public boolean check(javafx.beans.value.ObservableValue<U> observable)
- Specified by:
check
in classAbstractPropertyPresentRule<U>
-
-