Uses of Interface
io.atlassian.fugue.Effect
-
Packages that use Effect Package Description io.atlassian.fugue -
-
Uses of Effect in io.atlassian.fugue
Methods in io.atlassian.fugue with parameters of type Effect Modifier and Type Method Description voidEffect.Applicant. foreach(Effect<? super A> effect)Deprecated.extend or implementIterable.forEach(Consumer)insteadvoidEither.AbstractProjection. foreach(Effect<? super A> f)Deprecated.voidEither. foreach(Effect<? super R> effect)Deprecated.useEither.forEach(Consumer)insteadvoidOption.None. foreach(Effect<? super java.lang.Object> effect)Deprecated.voidOption.Some. foreach(Effect<? super A> effect)Deprecated.
-