@GwtIncompatible(value="Code generation and loading.") public class IteratingVerb<T> extends Object
| Constructor and Description |
|---|
IteratingVerb(Iterable<T> data,
FailureStrategy fs) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Subject<S,T>,SF extends SubjectFactory<S,T>> |
thatEach(SF factory) |
public IteratingVerb(Iterable<T> data, FailureStrategy fs)
@CheckReturnValue public <S extends Subject<S,T>,SF extends SubjectFactory<S,T>> S thatEach(SF factory)
Copyright © 2016. All rights reserved.