Class StreamFlatMapIterable<I,​O>

    • Constructor Detail

      • StreamFlatMapIterable

        public StreamFlatMapIterable​(Iterable<I> input,
                                     Function<? super I,​? extends Stream<O>> function)