Class LatestOfExpression<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    java.io.Serializable, Expression<T>, Node

    public class LatestOfExpression<T>
    extends PickExpression<T>
    Expression that given an Expression of List of T, it gets the latest. Especially usefull for buffers.
    See Also:
    Serialized Form