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 void
accept(PersistenceTypeDescriptionMember member)
Aggregate single element to the collecting object.PersistenceTypeDescriptionMemberAppender
yield()
Builds or aggregates the added elements to one collected object.
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:Aggregator
Aggregate single element to the collecting object.- Specified by:
accept
in interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
- Specified by:
accept
in interfaceConsumer<PersistenceTypeDescriptionMember>
- Parameters:
member
- to aggregate
-
yield
Description copied from interface:Aggregator
Builds or aggregates the added elements to one collected object.- Specified by:
yield
in interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
- Returns:
- the collected object
-