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)
PersistenceTypeDescriptionMemberAppender
yield()
-
Constructor Details
-
Method Details
-
accept
- Specified by:
accept
in interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
- Specified by:
accept
in interfaceConsumer<PersistenceTypeDescriptionMember>
-
yield
- Specified by:
yield
in interfaceAggregator<PersistenceTypeDescriptionMember,PersistenceTypeDescriptionMemberAppender>
-