- All Implemented Interfaces:
- Supplier<Procedure[]>
public class Sequencer
extends Object
implements Supplier<Procedure[]>
Sequential Search combinator that linearly
considers a list of branching generator.
One branching of this list is executed
when all the previous ones are exhausted, that is
they return an empty array.