Class BottomFunction


  • public class BottomFunction
    extends Object
    A bottom mapping function, returning the lowest value found.

    Uses:

    • If a single comparable ValueStream is passed in, a Value (of the same type) representing the minimum of the values for each document is returned.
    • If multiple comparable Values are passed in, a Value (of the same type) representing the minimum of all values is returned.