Modifier and Type | Method and Description |
---|---|
Supplier<JsArray> |
apply(Random seed)
Returns a supplier from the specified seed that generates a new tuple, modeled with a JsArray,
each time it's called
|
static fun.gen.Gen<JsArray> |
of(fun.gen.Gen<? extends JsValue> gen,
fun.gen.Gen<? extends JsValue>... others)
Returns a tuple generator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@SafeVarargs public static fun.gen.Gen<JsArray> of(fun.gen.Gen<? extends JsValue> gen, fun.gen.Gen<? extends JsValue>... others)
gen
- the head element generatorothers
- the rest of generatorsCopyright © 2022. All rights reserved.