GenOpsWithInvariantA

final class GenOpsWithInvariantA[A](run: () => A) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def statePut: StateGen[A, Unit]

Discard existing state and replace with the result of this generator.

Discard existing state and replace with the result of this generator.

def toStateGen[S]: StateGen[S, A]