A

Admin • 832.27K Points
Coach

Q. What does `flatMapToInt()` return?

  • (A) Stream<Integer>
  • (B) IntStream
  • (C) DoubleStream
  • (D) LongStream

Explanation by: Admin

`flatMapToInt()` returns an `IntStream` by flattening the result.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.