BreakpointCondition.newAnd
adw.breakpoint_condition.BreakpointCondition newAnd(adw.breakpoint_condition.BreakpointCondition condition1, adw.breakpoint_condition.BreakpointCondition condition2)Creates a condition that triggers when condition_1 and condition_2 are both true.
Parameters
condition1 | first condition |
condition2 | second condition |
Returns
the newly created condition