Searched defs:exitConditions (Results 1 – 1 of 1) sorted by relevance
32 private Elements(List<Condition> enterConditions, List<Condition> exitConditions) { in Elements()102 ArrayList<Condition> exitConditions = new ArrayList<>(); in build() local