FinalBuilder

final class FinalBuilder[S, T <: Tag]
class Object
trait Matchable
class Any

Value members

Concrete methods

def build[V](genFn: (S, T) => V): SeededGen[S, T, V]

Builds the SeededGen from the built up type arguments and implicits and the given function.

Builds the SeededGen from the built up type arguments and implicits and the given function.