Toggle navigation
Home
long to java.util.function.Supplier<java.lang.Long>
No. of Instances - 32
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
max(idContainer.getInitialHighId(),highId)
to
highId.get()
highId
to
highId.get()
Update Class Instacne Creation
new SlaveIdGenerator(idType,highId,master.cement(),log,requestContextFactory)
to
new SlaveIdGenerator(idType,highId.get(),master.cement(),log,requestContextFactory)
Rename Variable
highId
to
highIdSupplier
highId
to
highIdSupplier