Interface StreamingIterable<T>

    • Method Detail

      • stream

        default Stream<T> stream()
        Description copied from interface: Streamable
        Create a new stream.
        Specified by:
        stream in interface Streamable<T>
        Returns:
        the stream