Package org.apache.el.stream


package org.apache.el.stream
  • Classes
    Class
    Description
    Represents an optional value that may or may not be present.
    A stream of elements supporting sequential operations such as filter, map, reduce, and various terminal operations.
    EL resolver that provides stream operations on arrays and collections through the .stream method.