YearlyDocumentCounterGenerator

works.iterative.pekko.service.impl.YearlyDocumentCounterGenerator
See theYearlyDocumentCounterGenerator companion object
class YearlyDocumentCounterGenerator(row: String, factory: SequenceIdGeneratorFactory) extends IdGenerator[(Int, Year)]

Attributes

Companion
object
Graph
Supertypes
trait IdGenerator[(Int, Year)]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def nextId: UIO[(Int, Year)]

Attributes

Definition Classes
IdGenerator

Inherited methods

def map[B](f: ((Int, Year)) => B): IdGenerator[B]

Attributes

Inherited from:
IdGenerator