Package com.google.common.truth
Class IteratingVerb<T>
- java.lang.Object
-
- com.google.common.truth.IteratingVerb<T>
-
@GwtIncompatible("Code generation and loading.") public class IteratingVerb<T> extends Object
A verb that iterates over data and applies the predicate iteratively
-
-
Constructor Summary
Constructors Constructor Description IteratingVerb(Iterable<T> data, FailureStrategy fs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends Subject<S,T>,SF extends SubjectFactory<S,T>>
SthatEach(SF factory)
-
-
-
Constructor Detail
-
IteratingVerb
public IteratingVerb(Iterable<T> data, FailureStrategy fs)
-
-
Method Detail
-
thatEach
@CheckReturnValue public <S extends Subject<S,T>,SF extends SubjectFactory<S,T>> S thatEach(SF factory)
-
-