Executes this program.
(Stream<? extends Source> sources, PrintWriter out)
| 120 | public interface Program<G> { |
| 121 | /** Executes this program. */ |
| 122 | G execute(Stream<? extends Source> sources, PrintWriter out); |
| 123 | |
| 124 | /** Executes this program, writing to an output stream such as |
| 125 | * {@link System#out}. */ |
no outgoing calls