Uses of Class
ch.sahits.game.com.guigarage.marvfx.property.rules.future.FutureRuleObserver
-
-
Uses of FutureRuleObserver in ch.sahits.game.com.guigarage.marvfx.property
Methods in ch.sahits.game.com.guigarage.marvfx.property that return FutureRuleObserver Modifier and Type Method Description FutureRuleObserver<U>PropertySupervisor. addFutureRule(AbstractPropertyFutureRule<U> rule)FutureRuleObserver<U>PropertySupervisor. assertWillChange()FutureRuleObserver<U>PropertySupervisor. assertWillChangeByDefinedCount(int count)FutureRuleObserver<U>PropertySupervisor. assertWillChangeThisWay(U... assertedValues)FutureRuleObserver<U>PropertySupervisor. assertWillNeverChange() -
Uses of FutureRuleObserver in ch.sahits.game.com.guigarage.marvfx.property.impl
Methods in ch.sahits.game.com.guigarage.marvfx.property.impl that return FutureRuleObserver Modifier and Type Method Description FutureRuleObserver<java.lang.String>StringPropertySupervisor. assertStringWillAlwaysEndWith(java.lang.String suffix)FutureRuleObserver<java.lang.String>StringPropertySupervisor. assertStringWillAlwaysStartWith(java.lang.String prefix) -
Uses of FutureRuleObserver in ch.sahits.game.com.guigarage.marvfx.property.rules.future
Methods in ch.sahits.game.com.guigarage.marvfx.property.rules.future that return FutureRuleObserver Modifier and Type Method Description FutureRuleObserver<U>AbstractPropertyFutureRule. createObserver()
-