IdentifierFactory

kreuzberg.IdentifierFactory
See theIdentifierFactory companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class Default extends IdentifierFactory

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def using[T](factory: IdentifierFactory)(f: => T): T

Execute some block f with a specific factory.

Execute some block f with a specific factory.

Attributes

def withFresh[T](f: => T): T

Execute some f with a fresh factory (e.g. testcases with semi-reliable ids)

Execute some f with a fresh factory (e.g. testcases with semi-reliable ids)

Attributes