public class Fetchers extends Object
public static EagerFetcher all()
public static LazyFetcher cache()
public static EagerFetcher next(int length)
public static EagerFetcher.Template next(int min, int max)
public static EagerFetcher.Template next(int min, int max, Distribution distribution)
public static EagerFetcher.Template next(int min, int max, long seed)
public static Cardinality cardinality(DataSource<Integer> lengthGenerator)
public static Cardinality.Fetcher fetcher(DataSource<Integer> lengthGenerator)
public static EagerFetcher.Template next(DataSource<Integer> lengthGenerator)
public static EagerFetcher next(Generator<Integer> lengthGenerator)
public static EagerFetcher first(int length)
public static EagerFetcher.Template first(int min, int max)
public static EagerFetcher.Template first(DataSource<Integer> lengthGenerator)
public static EagerFetcher one()
public static EagerFetcher two()
public static EagerFetcher three()
public static EagerFetcher.Template few()
public static EagerFetcher.Template some()
public static EagerFetcher.Template several()
public static EagerFetcher.Template many()
public static EagerFetcher.Template few(Distribution distribution)
public static EagerFetcher.Template some(Distribution distribution)
public static EagerFetcher.Template several(Distribution distribution)
public static EagerFetcher.Template many(Distribution distribution)
public static EagerFetcher.Template few(long seed)
public static EagerFetcher.Template some(long seed)
public static EagerFetcher.Template several(long seed)
public static EagerFetcher.Template many(long seed)
public static LazyFetcher any(DataSource<Integer> lengthGenerator)
Copyright © 2019. All rights reserved.