195196197198199200201
/** * @since 1.1.0 */ public Stub doAll(Stub[] stubs) { return new DoAllStub(stubs); }
241242243244245246247