Interface AccStateTypeProduceEntry<I,E,K,V>

All Superinterfaces:
AccState<I,E>, AccStateGon<I,E,K,V>, AccStateTypeTransition<I,E,K,V>
All Known Implementing Classes:
AccStateFragmentHead, AccStateLiteralProperty, AccStateMap, AccStateProperty, AccStatePropertyBase, AccStateTransitionBase, AccStateTypeProduceEntryBase

public interface AccStateTypeProduceEntry<I,E,K,V> extends AccStateTypeTransition<I,E,K,V>
Accumulator that produces entries, i.e. (key, value) pairs. The keys emitted by an AccStateTypeEntry can be dynamic - both in value and amount. From the perspective of an ObjectNotation writer, this method invokes the ".name(key)" method.