com.google.common.truth
Class IteratingVerb<T>

java.lang.Object
  extended by 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


Constructor Summary
IteratingVerb(Iterable<T> data, FailureStrategy fs)
           
 
Method Summary
<S extends Subject<S,T>,SF extends SubjectFactory<S,T>>
S
thatEach(SF factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2014. All rights reserved.