AccountPool

class AccountPool[F[_]](issuedRef: Ref[F, Set[String]], generate: Set[String] => String)

The on-memory storage of names generated for test purposes.

Value Params
generate

a function that generates a new account name from the set of generated names

issuedRef

reference for the set of names previously generated by generate function

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def getFresh: F[String]