Interface FeedSpec<T>

Type Parameters:
T - the type of value this spec produces
All Superinterfaces:
GeneratorSpec<T>, Supplier<T>, ValueSpec<T>

@ExperimentalApi public interface FeedSpec<T> extends ValueSpec<T>
The return type for spec methods declared by a Feed.
Since:
5.0.0