java.lang.Object
de.bwaldvogel.mongo.backend.aggregation.accumulator.Accumulator
de.bwaldvogel.mongo.backend.aggregation.accumulator.LastAccumulator

public class LastAccumulator
extends Accumulator
  • Constructor Summary

    Constructors 
    Constructor Description
    LastAccumulator​(java.lang.String field, java.lang.Object expression)  
  • Method Summary

    Modifier and Type Method Description
    void aggregate​(java.lang.Object value)  
    java.lang.Object getResult()  

    Methods inherited from class de.bwaldvogel.mongo.backend.aggregation.accumulator.Accumulator

    getExpression, getField, parse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait