Action
public class Logic<Action> extends Object implements Serializable
protected
Logic(Condition condition)
Condition<Action>
and()
Logic<Action>
and(ConditionHandle<Action> cond)
back()
or()
or(ConditionHandle<Action> cond)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Logic(Condition condition)
public Condition<Action> and()
public Logic<Action> and(ConditionHandle<Action> cond)
public Condition<Action> or()
public Logic<Action> or(ConditionHandle<Action> cond)
public Action back()
Copyright © 2025. All rights reserved.