com.google.common.truth
Class IteratingVerb<T>
java.lang.Object
com.google.common.truth.IteratingVerb<T>
@GwtIncompatible(value="Code generation and loading.")
public class IteratingVerb<T>
- extends Object
A verb that iterates over data and applies the predicate iteratively
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratingVerb
public IteratingVerb(Iterable<T> data,
FailureStrategy fs)
thatEach
@CheckReturnValue
public <S extends Subject<S,T>,SF extends SubjectFactory<S,T>> S thatEach(SF factory)
Copyright © 2014. All rights reserved.