Stores the result of applying a binary operator to the current value and each new value.
import operator
total = Channels.BinaryOperatorAggregate(int, operator.add)The type of the value stored in the channel.
The type of the update received by the channel.
Return a copy of the channel.