Class CountOperator<Type>

    • Constructor Detail

      • CountOperator

        public CountOperator​(DataSetType<Type> type)
        Creates a new instance.
        Parameters:
        type - type of the stream elements
      • CountOperator

        public CountOperator​(java.lang.Class<Type> typeClass)
        Creates a new instance.
        Parameters:
        typeClass - type of the stream elements
      • CountOperator

        public CountOperator​(CountOperator<Type> that)
        Copies an instance (exclusive of broadcasts).
        Parameters:
        that - that should be copied