A - the type of thing to supply to the effect.Iterable@Deprecated @FunctionalInterface public static interface Effect.Applicant<A>
| Modifier and Type | Method and Description |
|---|---|
void |
foreach(Effect<? super A> effect)
Deprecated.
extend or implement
Iterable.forEach(Consumer)
instead |
@Deprecated void foreach(Effect<? super A> effect)
Iterable.forEach(Consumer)
insteadeffect - the input to use for performing the effect.Copyright © 2018 Atlassian. All rights reserved.