Interface Stage.Of

  • All Superinterfaces:
    Stage
    Enclosing interface:
    Stage

    public static interface Stage.Of
    extends Stage
    A publisher of zero to many values.

    When built, must produce a publisher that produces all the values (until cancelled) emitted by this iterables iterator, followed by completion of the stream.

    Any exceptions thrown by the iterator must be propagated downstream, or by the invocation of the iterator method, must be propagated downstream.

    • Method Detail

      • getElements

        java.lang.Iterable<?> getElements()
        The elements to emit.
        Returns:
        The elements to emit.