Package com.google.common.truth
Class IteratingVerb<T>
java.lang.Object
com.google.common.truth.IteratingVerb<T>
A verb that iterates over data and applies the predicate iteratively
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S extends Subject<S,T>, SF extends SubjectFactory<S, T>>
SthatEach(SF factory)
-
Constructor Details
-
IteratingVerb
-
-
Method Details
-
thatEach
@CheckReturnValue public <S extends Subject<S,T>, S thatEachSF extends SubjectFactory<S, T>> (SF factory)
-