Interface GlobalData.Element

All Superinterfaces:
Serializable
Enclosing interface:
GlobalData

public static interface GlobalData.Element extends Serializable
This interface is typically implemented in extensions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new instance of accumulator for combining multiple elements.
  • Method Details

    • newAccumulator

      GlobalData.Accumulator newAccumulator()
      Creates a new instance of accumulator for combining multiple elements.
      Returns:
      Empty accumulator instance.