Method and Description |
---|
fj.test.Gen.pick(int, List<A>)
As of release 4.6, use
Gen.combinationOf(int, fj.data.List<A>) |
fj.test.Rand.rand(F<Option<Long>, F<Integer, F<Integer, Integer>>>, F<Option<Long>, F<Double, F<Double, Double>>>)
As of release 4.6, use
Rand.rand(F, F, F) . |
fj.test.Gen.someOf(List<A>)
As of release 4.6, use
Gen.someCombinationOf(fj.data.List<A>) |