()
| 617 | * @see #stream(Selector) |
| 618 | */ |
| 619 | public static Stream<Nengo> stream() { |
| 620 | |
| 621 | return stream(Selector.OFFICIAL); |
| 622 | |
| 623 | } |
| 624 | |
| 625 | /** |
| 626 | * <p>Obtains a stream of all nengos in chronological ascending order selected by given selector. </p> |