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

    Modifier and Type
    Method
    Description
    Get the stages of this graph.
  • Method Details