static Steppable concatSteppables(Iterable steppables) { ret iteratorToSteppable(concatIterators(map steppableToIterator(steppables))); } static Steppable concatSteppables(A... steppables) { ret concatSteppables(asList(steppables)); }