Interface IncrementalAggregate<Tin,Tout>

All Superinterfaces:
Serializable

public interface IncrementalAggregate<Tin,Tout> extends Serializable
  • Method Details

    • initialize

      void initialize()
    • add

      void add(Tin value)
    • remove

      void remove(Tin value)
    • getResult

      Tout getResult()
    • isValid

      boolean isValid()