Home / Report Question

Q. What does the `findAny()` method return?
  • A. First element of the stream
  • B. Any element, possibly the first, wrapped in Optional
  • C. All matching elements
  • D. Null