133134135136137138139140141
} @Override public Stream stream() { if (stream == null) { stream = new TestStream(); } return stream; }