Class TypeDictionaryAppenderBuilder
java.lang.Object
one.microstream.persistence.internal.TypeDictionaryAppenderBuilder
- All Implemented Interfaces:
 Consumer<PersistenceTypeDescriptionMember>,Aggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
public final class TypeDictionaryAppenderBuilder extends Object implements Aggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R> - 
Constructor Summary
Constructors Constructor Description TypeDictionaryAppenderBuilder(VarString vc, int level) - 
Method Summary
Modifier and Type Method Description voidaccept(PersistenceTypeDescriptionMember member)Aggregate single element to the collecting object.PersistenceTypeDescriptionMemberAppenderyield()Builds or aggregates the added elements to one collected object. 
- 
Constructor Details
 - 
Method Details
- 
accept
Description copied from interface:AggregatorAggregate single element to the collecting object.- Specified by:
 acceptin interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>- Specified by:
 acceptin interfaceConsumer<PersistenceTypeDescriptionMember>- Parameters:
 member- to aggregate
 - 
yield
Description copied from interface:AggregatorBuilds or aggregates the added elements to one collected object.- Specified by:
 yieldin interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>- Returns:
 - the collected object
 
 
 -