org.truth0
Class IteratingVerb<T>

java.lang.Object
  extended by org.truth0.AbstractVerb
      extended by org.truth0.IteratingVerb<T>

@GwtIncompatible(value="Code generation and loading.")
public class IteratingVerb<T>
extends AbstractVerb

A verb that iterates over data and applies the predicate iteratively


Nested Class Summary
 
Nested classes/interfaces inherited from class org.truth0.AbstractVerb
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
 
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 org.truth0.AbstractVerb
about, fail, fail, getFailureStrategy, in
 
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.