public final class Variant
extends java.lang.Object
public static <A> Gen<A> variant(long n, Gen<A> g)
n
- The value to produce the new generator from.g
- The generator to produce the new generator from.public static <A> F<Gen<A>,Gen<A>> variant(long n)
variant(long, Gen)
.n
- The value to produce the new generator from.variant(long, Gen)
.