Interface StatefulAggregate<R,T>


public interface StatefulAggregate<R,T>
  • Method Details Link icon

    • add Link icon

      void add(T value)
    • remove Link icon

      void remove(T value)
    • getResult Link icon

      @NotNull R getResult()
    • isEmpty Link icon

      boolean isEmpty()
    • deepCopy Link icon

      StatefulAggregate<R,T> deepCopy()
    • contains Link icon

      default boolean contains(T value)