(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success)
| 68 | String begin(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success, Map<String, Object> initiator, boolean endOthers); |
| 69 | |
| 70 | void end(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success); |
| 71 | |
| 72 | default void end(String regex, Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success) |
| 73 | { |
no outgoing calls
no test coverage detected