Interface Graph
public interface Graph
A graph.
Reactive Streams engines are required to convert the stages of this graph into a stream with interfaces according
to the shape, which is determined by which method is invoked on the ReactiveStreamsEngine
.
-
Method Summary
-
Method Details
-
getStages
Collection<Stage> getStages()Get the stages of this graph.
-